diff options
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutron_git.bb | 5 |
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' | ||
337 | DEPENDS += " \ | ||
338 | python-pbr-native \ | ||
339 | " | ||
340 | |||
336 | RDEPENDS_${PN} += " \ | 341 | RDEPENDS_${PN} += " \ |
337 | python-pbr \ | 342 | python-pbr \ |
338 | python-paste \ | 343 | python-paste \ |