summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ujson_5.9.0.bb
diff options
context:
space:
mode:
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() {