summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:53:55 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:30:20 -0400
commitfe4c361983ab015bb2f91e4960d1bf3376d09c13 (patch)
tree06f2d72c9f258e15c28af52a106499dea6e8ed14
parent19def81071a4b94984c6feecbacdfde82c1498c6 (diff)
downloadmeta-cloud-services-fe4c361983ab015bb2f91e4960d1bf3376d09c13.tar.gz
python-barbican: 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>
-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 \