summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron_git.bb
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:28:20 -0400
commit54a5ded557b937b659b37ac0c17e4190474fa48e (patch)
tree9275788fb9406f83b8171dfc4c19f77f370aa7e5 /meta-openstack/recipes-devtools/python/python-neutron_git.bb
parentc1e37f4fb4e82f734bcfdcf6c5d84c9363721bcf (diff)
downloadmeta-cloud-services-54a5ded557b937b659b37ac0c17e4190474fa48e.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/python-neutron_git.bb')
-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 0837456..315cb45 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 \