summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ujson_5.9.0.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-16 16:14:54 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-16 16:42:31 -0800
commit5218051879264ccc8010a9686b940bc585ef0c6f (patch)
tree5e2ec59694fa62b52fff462f12f1cbd1a34a14e8 /meta-python/recipes-devtools/python/python3-ujson_5.9.0.bb
parent19412dc78d8a6f170bb255972033c27ee3c90a76 (diff)
downloadmeta-openembedded-5218051879264ccc8010a9686b940bc585ef0c6f.tar.gz
python3-ujson: switch to pytest --automake
* Also replace ${PYTHON_PN} with python3 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-ujson_5.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-ujson_5.9.0.bb13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ujson_5.9.0.bb b/meta-python/recipes-devtools/python/python3-ujson_5.9.0.bb
index 8de9b030dd..b5f6be9f27 100644
--- a/meta-python/recipes-devtools/python/python3-ujson_5.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ujson_5.9.0.bb
@@ -13,17 +13,18 @@ SRC_URI += " \
13 file://0001-setup.py-Do-not-strip-debugging-symbols.patch \ 13 file://0001-setup.py-Do-not-strip-debugging-symbols.patch \
14" 14"
15 15
16DEPENDS += "${PYTHON_PN}-setuptools-scm-native" 16DEPENDS += "python3-setuptools-scm-native"
17 17
18RDEPENDS:${PN} += "\ 18RDEPENDS:${PN} += "\
19 ${PYTHON_PN}-datetime \ 19 python3-datetime \
20 ${PYTHON_PN}-numbers \ 20 python3-numbers \
21" 21"
22 22
23RDEPENDS:${PN}-ptest += " \ 23RDEPENDS:${PN}-ptest += " \
24 ${PYTHON_PN}-json \ 24 python3-json \
25 ${PYTHON_PN}-pytest \ 25 python3-pytest \
26 ${PYTHON_PN}-pytz \ 26 python3-pytz \
27 python3-unittest-automake-output \
27" 28"
28 29
29do_install_ptest() { 30do_install_ptest() {