diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:47 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
| commit | f234cd90a3c33041dca4b15440f4df99edac7d9b (patch) | |
| tree | 3a30512f3aef72f8e42b6f2d2ef6eb1b6cad807b /meta-python/recipes-devtools/python/python3-tornado_6.3.bb | |
| parent | 7c40c504759103fd60f62eb62a91fbcde8105479 (diff) | |
| download | meta-openembedded-f234cd90a3c33041dca4b15440f4df99edac7d9b.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tornado_6.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tornado_6.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.3.bb b/meta-python/recipes-devtools/python/python3-tornado_6.3.bb index bceb509562..2d9606bb8e 100644 --- a/meta-python/recipes-devtools/python/python3-tornado_6.3.bb +++ b/meta-python/recipes-devtools/python/python3-tornado_6.3.bb | |||
| @@ -32,5 +32,4 @@ PACKAGES =+ "\ | |||
| 32 | 32 | ||
| 33 | FILES:${PN}-test = " \ | 33 | FILES:${PN}-test = " \ |
| 34 | ${libdir}/${PYTHON_DIR}/site-packages/*/test \ | 34 | ${libdir}/${PYTHON_DIR}/site-packages/*/test \ |
| 35 | ${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \ | ||
| 36 | " | 35 | " |
