aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShlomi Vaknin <shlomi.39sd@gmail.com>2021-01-14 20:38:58 +0200
committerKhem Raj <raj.khem@gmail.com>2021-01-18 14:30:00 -0800
commit2ed25eb4efecb23b47556e63cb9290945c3dea59 (patch)
tree2e95748034c4cf33b1a180fb7ea0308d651b7908
parent193dac4cd613aa48068d434905cac2cbdc811387 (diff)
downloadmeta-openembedded-contrib-2ed25eb4efecb23b47556e63cb9290945c3dea59.tar.gz
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 <shlomi.39sd@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-sh_1.14.1.bb1
1 files changed, 0 insertions, 1 deletions
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 \
"