summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:08 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:30:20 -0400
commit491b16b7156e9abc25904997f594d70d7dd40284 (patch)
tree3f85d3be4c4ff7643d7727ad452030fcc2da9013 /meta-openstack/recipes-devtools/python
parentf19c4e0ead352141c212b98428f4faf11d5a8485 (diff)
downloadmeta-cloud-services-491b16b7156e9abc25904997f594d70d7dd40284.tar.gz
python-neutron: 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')
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index a054551..42ba149 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -333,6 +333,11 @@ DEPENDS += " \
333 python-pbr \ 333 python-pbr \
334 " 334 "
335 335
336# Satisfy setup.py 'setup_requires'
337DEPENDS += " \
338 python-pbr-native \
339 "
340
336RDEPENDS_${PN} += " \ 341RDEPENDS_${PN} += " \
337 python-pbr \ 342 python-pbr \
338 python-paste \ 343 python-paste \