summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-simplejson.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-simplejson.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-simplejson.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-simplejson.inc b/meta-python/recipes-devtools/python/python-simplejson.inc
index 7f436f27ed..50524f3597 100644
--- a/meta-python/recipes-devtools/python/python-simplejson.inc
+++ b/meta-python/recipes-devtools/python/python-simplejson.inc
@@ -15,3 +15,10 @@ RDEPENDS_${PN} += "\
15 ${PYTHON_PN}-netserver \ 15 ${PYTHON_PN}-netserver \
16 ${PYTHON_PN}-numbers \ 16 ${PYTHON_PN}-numbers \
17" 17"
18
19PACKAGES =+ "${PN}-tests"
20RDEPENDS_${PN}-tests = "${PN} ${PYTHON_PN}-unittest"
21FILES_${PN}-tests+= " \
22 ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \
23 ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \
24"