summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbican_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
index 579413c..bf07bf3 100644
--- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
@@ -96,6 +96,11 @@ DEPENDS += " \
96 python-pbr \ 96 python-pbr \
97 " 97 "
98 98
99# Satisfy setup.py 'setup_requires'
100DEPENDS += " \
101 python-pbr-native \
102 "
103
99RDEPENDS_${SRCNAME} = "${PN} \ 104RDEPENDS_${SRCNAME} = "${PN} \
100 ${SRCNAME}-setup \ 105 ${SRCNAME}-setup \
101 uwsgi \ 106 uwsgi \