summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb b/meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb
index 8b76397bfe..22868d8df0 100644
--- a/meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb
+++ b/meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb
@@ -24,13 +24,13 @@ DEPENDS += " \
24 24
25# Adding required python package for the ptest (pytest and pytest->automake report translation) 25# Adding required python package for the ptest (pytest and pytest->automake report translation)
26RDEPENDS:${PN}-ptest += " \ 26RDEPENDS:${PN}-ptest += " \
27 ${PYTHON_PN}-pytest \ 27 python3-pytest \
28 ${PYTHON_PN}-unittest-automake-output \ 28 python3-unittest-automake-output \
29 ${PYTHON_PN}-pytz \ 29 python3-pytz \
30" 30"
31 31
32RDEPENDS:${PN} += " \ 32RDEPENDS:${PN} += " \
33 ${PYTHON_PN}-core \ 33 python3-core \
34" 34"
35 35
36# Installing the test suite on the target 36# Installing the test suite on the target