diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-simplejson.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-simplejson.inc | 7 |
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 | |||
19 | PACKAGES =+ "${PN}-tests" | ||
20 | RDEPENDS_${PN}-tests = "${PN} ${PYTHON_PN}-unittest" | ||
21 | FILES_${PN}-tests+= " \ | ||
22 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ | ||
23 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ | ||
24 | " | ||