From f19c4e0ead352141c212b98428f4faf11d5a8485 Mon Sep 17 00:00:00 2001 From: Babak Sarashki Date: Tue, 2 Jun 2020 11:54:21 -0700 Subject: python-pypowervm: satisfy setup.py setup_requires Commit 8fdbb0381d disallows fetch of code during do_compile task. This commits extends DEPENDS to python-pbr-native. Signed-off-by: Babak Sarashki Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-openstack/recipes-devtools/python') 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 a646c47..d10a7df 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 setuptools pypi +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ python-lxml \ python-oslo.concurrency \ -- cgit v1.2.3-54-g00ecf