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-automaton_0.8.0.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb index 3cfd3fd..41ec297 100644 --- a/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb +++ b/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb @@ -13,6 +13,11 @@ DEPENDS += " \ python-pip \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ python-pbr \ python-six \ -- 2.23.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5351): https://lists.yoctoproject.org/g/meta-virtualization/message/5351 Mute This Topic: https://lists.yoctoproject.org/mt/74634695/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
