From 8cdb7ba5ecd3948b93be4395f7985d5c042ff35c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Aug 2026 13:21:09 +0100 Subject: [PATCH] python3-stevedore: remove obsolete RDEPENDS 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 Signed-off-by: Khem Raj --- 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"