diff options
author | 2020-06-02 11:54:21 -0700 | |
---|---|---|
committer | 2020-06-05 15:30:20 -0400 | |
commit | f19c4e0ead352141c212b98428f4faf11d5a8485 (patch) | |
tree | 4e34a9b23d484d5f0491cd7e50df3af0541ff016 | |
parent | b5bda54dfb4bc054d8964bd79b1f42c34d1d5a1c (diff) | |
download | meta-cloud-services-f19c4e0ead352141c212b98428f4faf11d5a8485.tar.gz meta-cloud-services-f19c4e0ead352141c212b98428f4faf11d5a8485.tar.bz2 meta-cloud-services-f19c4e0ead352141c212b98428f4faf11d5a8485.zip |
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>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb | 5 |
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 \ |