diff options
| author | Shlomi Vaknin <shlomi.39sd@gmail.com> | 2021-01-14 20:38:58 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-18 14:30:00 -0800 |
| commit | 2ed25eb4efecb23b47556e63cb9290945c3dea59 (patch) | |
| tree | 2e95748034c4cf33b1a180fb7ea0308d651b7908 /meta-python | |
| parent | 193dac4cd613aa48068d434905cac2cbdc811387 (diff) | |
| download | meta-openembedded-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>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-sh_1.14.1.bb | 1 |
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} += " \ | |||
| 18 | ${PYTHON_PN}-resource \ | 18 | ${PYTHON_PN}-resource \ |
| 19 | ${PYTHON_PN}-shell \ | 19 | ${PYTHON_PN}-shell \ |
| 20 | ${PYTHON_PN}-terminal \ | 20 | ${PYTHON_PN}-terminal \ |
| 21 | ${PYTHON_PN}-tests \ | ||
| 22 | ${PYTHON_PN}-threading \ | 21 | ${PYTHON_PN}-threading \ |
| 23 | ${PYTHON_PN}-unixadmin \ | 22 | ${PYTHON_PN}-unixadmin \ |
| 24 | " | 23 | " |
