From f234cd90a3c33041dca4b15440f4df99edac7d9b Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:22:47 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-tornado_6.3.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-tornado_6.3.bb') 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 =+ "\ FILES:${PN}-test = " \ ${libdir}/${PYTHON_DIR}/site-packages/*/test \ - ${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \ " -- cgit v1.2.3-54-g00ecf