aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorShlomi Vaknin <shlomi.39sd@gmail.com>2021-01-14 20:38:58 +0200
committerArmin Kuster <akuster808@gmail.com>2021-02-09 08:37:36 -0800
commit57d742a83b1062f99fe73b379e57949bb727a02d (patch)
treec46f5fd89e5db70047bfb1174c6f8fbb8e570869 /meta-python/recipes-devtools/python
parent25c29224f4d8f731378fc27ca12b32af4125ecc9 (diff)
downloadmeta-openembedded-57d742a83b1062f99fe73b379e57949bb727a02d.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> (cherry picked from commit 2ed25eb4efecb23b47556e63cb9290945c3dea59) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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 \
"