summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-stevedore_1.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-stevedore_1.9.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-stevedore_1.9.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-stevedore_1.9.0.bb b/meta-openstack/recipes-devtools/python/python-stevedore_1.9.0.bb
index bdacb14..0029c2a 100644
--- a/meta-openstack/recipes-devtools/python/python-stevedore_1.9.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-stevedore_1.9.0.bb
@@ -20,6 +20,11 @@ DEPENDS += " \
20 python-pbr \ 20 python-pbr \
21 " 21 "
22 22
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python-pbr-native \
26 "
27
23RDEPENDS_${PN} += " \ 28RDEPENDS_${PN} += " \
24 python-pbr \ 29 python-pbr \
25 python-argparse \ 30 python-argparse \