[PATCH 04/24] python3-bandit: clean up dependencies
Ross Burton <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
Python runtime dependencies do not need to be listed in DEPENDS. pbr and six were removed as runtime dependencies in 1.7.6. Signed-off-by: Ross Burton <[email protected]> --- meta-python/recipes-devtools/python/python3-bandit_1.9.4.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.9.4.bb b/meta-python/recipes-devtools/python/python3-bandit_1.9.4.bb index d8e6f9da87..2c815bd1e9 100644 --- a/meta-python/recipes-devtools/python/python3-bandit_1.9.4.bb +++ b/meta-python/recipes-devtools/python/python3-bandit_1.9.4.bb @@ -4,16 +4,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" SRC_URI[sha256sum] = "b589e5de2afe70bd4d53fa0c1da6199f4085af666fde00e8a034f152a52cd628" -DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore" +DEPENDS = "python3-pbr-native" inherit setuptools3 pypi RDEPENDS:${PN} += "\ python3-git \ python3-modules \ - python3-pbr \ python3-pyyaml \ python3-rich \ - python3-six \ python3-stevedore \ " -- 2.43.0