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 <ross.burton@arm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ross Burton
2026-08-10 13:21:09 +01:00
committed by Khem Raj
parent 7af186c839
commit 8cdb7ba5ec
@@ -9,6 +9,4 @@ DEPENDS += "python3-pbr-native"
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += "python3-pbr python3-six"
BBCLASSEXTEND = "native"