[PATCH 03/24] python3-stevedore: remove obsolete RDEPENDS
Ross Burton <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
pbr was removed as an accidental runtime dependency in 5.5.0[1], and six
was removed in 2.0[2].
[1] stevedore 7c2740e ("Remove explicit pbr dependency")
[2] stevedore 1aca4bc ("Drop Python 2.7 support")
Signed-off-by: Ross Burton <[email protected]>
---
meta-python/recipes-devtools/python/python3-stevedore_5.9.0.bb | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta-python/recipes-devtools/python/python3-stevedore_5.9.0.bb b/meta-python/recipes-devtools/python/python3-stevedore_5.9.0.bb
index 6549551ae0..225e36dd9f 100644
--- a/meta-python/recipes-devtools/python/python3-stevedore_5.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-stevedore_5.9.0.bb
@@ -9,6 +9,4 @@ DEPENDS += "python3-pbr-native"
inherit pypi python_setuptools_build_meta
-RDEPENDS:${PN} += "python3-pbr python3-six"
-
BBCLASSEXTEND = "native"
--
2.43.0