summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-ujson_1.35.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-ujson_1.35.bb b/meta-python/recipes-devtools/python/python-ujson_1.35.bb
index 29207f3c5..4ef3d1822 100644
--- a/meta-python/recipes-devtools/python/python-ujson_1.35.bb
+++ b/meta-python/recipes-devtools/python/python-ujson_1.35.bb
@@ -10,4 +10,7 @@ SRC_URI[sha256sum] = "f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a22
10PYPI_PACKAGE = "ujson" 10PYPI_PACKAGE = "ujson"
11inherit pypi setuptools 11inherit pypi setuptools
12 12
13RDEPENDS_${PN} += "python-numbers" 13RDEPENDS_${PN} += "\
14 ${PYTHON_PN}-datetime \
15 ${PYTHON_PN}-numbers \
16 "