PBR builds on top of setuptools, so we need to have that as a dependency.

Signed-off-by: Ross Burton <[email protected]>
---
 meta/recipes-devtools/python/python3-pbr_7.0.3.bb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/python/python3-pbr_7.0.3.bb 
b/meta/recipes-devtools/python/python3-pbr_7.0.3.bb
index dee32aa885c..80092999fa8 100644
--- a/meta/recipes-devtools/python/python3-pbr_7.0.3.bb
+++ b/meta/recipes-devtools/python/python3-pbr_7.0.3.bb
@@ -5,9 +5,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
-inherit pypi python_setuptools_build_meta
+DEPENDS = "python3-setuptools-native"
 
-RDEPENDS:${PN} += "python3-pip"
+inherit pypi python_pbr
+
+RDEPENDS:${PN} += "python3-setuptools"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#243129): 
https://lists.openembedded.org/g/openembedded-core/message/243129
Mute This Topic: https://lists.openembedded.org/mt/120683139/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to