Commit 8fdbb0381d disallows fetch of code during do_compile task. This commits extends DEPENDS to python-pbr-native.
Signed-off-by: Babak Sarashki <[email protected]> --- .../recipes-devtools/python/python-pypowervm_1.1.10.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb b/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb index 85cf55a..062d351 100644 --- a/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb +++ b/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb @@ -9,6 +9,11 @@ SRC_URI[sha256sum] = "ab27d4efb59105555b6c9b1fe7792fd895ad9ca893058c39bba4106d6a inherit setuptools3 pypi +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ python-lxml \ python-oslo.concurrency \ -- 2.23.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5360): https://lists.yoctoproject.org/g/meta-virtualization/message/5360 Mute This Topic: https://lists.yoctoproject.org/mt/74634726/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
