python-tornado: fix the paths for the test package

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Derek Straka 2016-03-23 16:01:58 -04:00 committed by Martin Jansa
parent 98bb1b7794
commit 43ccddddd3

View File

@ -19,6 +19,6 @@ PACKAGES =+ "\
"
FILES_${PN}-test = " \
${libdir}/${PYTHON_DIR}/site-packages/${SRCNAME}/test \
${libdir}/${PYTHON_DIR}/site-packages/${SRCNAME}/testing.py* \
${libdir}/${PYTHON_DIR}/site-packages/*/test \
${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \
"