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-oslotest_git.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb index f60b372..7505100 100644 --- a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb @@ -20,6 +20,11 @@ DEPENDS += "\ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} = "python-fixtures \ python-subunit \ python-six \ @@ -31,4 +36,4 @@ RDEPENDS_${PN} = "python-fixtures \ python-debtcollector \ bash \ " - \ No newline at end of file + -- 2.23.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5369): https://lists.yoctoproject.org/g/meta-virtualization/message/5369 Mute This Topic: https://lists.yoctoproject.org/mt/74634737/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
