From 57d742a83b1062f99fe73b379e57949bb727a02d Mon Sep 17 00:00:00 2001 From: Shlomi Vaknin Date: Thu, 14 Jan 2021 20:38:58 +0200 Subject: python3-sh: remove python3-tests from RDEPENDS python3-tests installs the unit tests of python as well as stuff that no one should care about in its rootfs. Thus, it is not a runtime dependency of python3-sh. Signed-off-by: Shlomi Vaknin Acked-by: Trevor Gamblin Signed-off-by: Khem Raj (cherry picked from commit 2ed25eb4efecb23b47556e63cb9290945c3dea59) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-sh_1.14.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb b/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb index c7b50c21a4..89d5008e98 100644 --- a/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb +++ b/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb @@ -18,7 +18,6 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-resource \ ${PYTHON_PN}-shell \ ${PYTHON_PN}-terminal \ - ${PYTHON_PN}-tests \ ${PYTHON_PN}-threading \ ${PYTHON_PN}-unixadmin \ " -- cgit 1.2.3-korg