summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-16 16:15:42 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-16 16:42:38 -0800
commit848765aba678cd675ecd88413d622c8cb8a1d295 (patch)
treecbcfb84140249c3f8ce31147b3b77b7001a1cb2c /meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb
parenta62b699bcb5007fbda40ac39bd5c29f1c2a73512 (diff)
downloadmeta-openembedded-848765aba678cd675ecd88413d622c8cb8a1d295.tar.gz
python3-platformdirs: switch to pytest --automake
* Also replace ${PYTHON_PN} with python3 * Sort RDEPENDS for ptest alphabetically Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.bb13
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 ea25f878c..19c95b374 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
12inherit pypi python_hatchling ptest 12inherit pypi python_hatchling ptest
13 13
14DEPENDS += " \ 14DEPENDS += " \
15 ${PYTHON_PN}-hatch-vcs-native \ 15 python3-hatch-vcs-native \
16" 16"
17 17
18RDEPENDS:${PN}-ptest += " \ 18RDEPENDS:${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
26do_install_ptest() { 27do_install_ptest() {