mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 11:18:35 +00:00
python-simplejson: add the tests into their own package
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
8a5f9f883c
commit
72ba5a3664
@@ -15,3 +15,10 @@ RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-numbers \
|
||||
"
|
||||
|
||||
PACKAGES =+ "${PN}-tests"
|
||||
RDEPENDS_${PN}-tests = "${PN} ${PYTHON_PN}-unittest"
|
||||
FILES_${PN}-tests+= " \
|
||||
${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \
|
||||
${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user