| Message ID | 20260810122130.633299-3-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [01/24] python3-pycups: put PV into the filename | expand |
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"
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 <ross.burton@arm.com> --- meta-python/recipes-devtools/python/python3-stevedore_5.9.0.bb | 2 -- 1 file changed, 2 deletions(-)