summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:21 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commitc1e37f4fb4e82f734bcfdcf6c5d84c9363721bcf (patch)
treeb220b432a07861540b5b7e000ebeda794beeae94 /meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb
parent34bafdbc9734921b90e1947cb42cce84c5e7bb3f (diff)
downloadmeta-cloud-services-c1e37f4fb4e82f734bcfdcf6c5d84c9363721bcf.tar.gz
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 <Babak.SarAshki@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb')
-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 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
9 9
10inherit setuptools3 pypi 10inherit setuptools3 pypi
11 11
12# Satisfy setup.py 'setup_requires'
13DEPENDS += " \
14 python-pbr-native \
15 "
16
12RDEPENDS_${PN} += " \ 17RDEPENDS_${PN} += " \
13 python-lxml \ 18 python-lxml \
14 python-oslo.concurrency \ 19 python-oslo.concurrency \