mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python3-tornado: remove the testing submodule from FILES:${PN}-test
Tornado has the testing submodule in __all__ so calling: from tornado import * fails if we don't include the ptest package. To fix it: put the testing module into the main package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
7c40c50475
commit
f234cd90a3
@@ -32,5 +32,4 @@ PACKAGES =+ "\
|
||||
|
||||
FILES:${PN}-test = " \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/*/test \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user