mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 23:17:10 +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:
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* \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user