aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb5
1 files changed, 5 insertions, 0 deletions
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 a646c476..d10a7df4 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 \