diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb b/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb index ea25f878cc..19c95b374a 100644 --- a/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb | |||
| @@ -12,15 +12,16 @@ SRC_URI[sha256sum] = "ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8dd | |||
| 12 | inherit pypi python_hatchling ptest | 12 | inherit pypi python_hatchling ptest |
| 13 | 13 | ||
| 14 | DEPENDS += " \ | 14 | DEPENDS += " \ |
| 15 | ${PYTHON_PN}-hatch-vcs-native \ | 15 | python3-hatch-vcs-native \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | RDEPENDS:${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
| 19 | ${PYTHON_PN}-appdirs \ | 19 | python3-appdirs \ |
| 20 | ${PYTHON_PN}-covdefaults \ | 20 | python3-covdefaults \ |
| 21 | ${PYTHON_PN}-pytest \ | 21 | python3-pytest \ |
| 22 | ${PYTHON_PN}-pytest-mock \ | 22 | python3-pytest-cov \ |
| 23 | ${PYTHON_PN}-pytest-cov \ | 23 | python3-pytest-mock \ |
| 24 | python3-unittest-automake-output \ | ||
| 24 | " | 25 | " |
| 25 | 26 | ||
| 26 | do_install_ptest() { | 27 | do_install_ptest() { |
