summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-swift_git.bb
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:24 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commitff27089c9b7b1bf235053f10fcb576d171ed28cc (patch)
tree3997c2c63956eff36e73c2b248e1360a4a8b81e0 /meta-openstack/recipes-devtools/python/python-swift_git.bb
parent8b14b6124a2378c637e3d8eb3cd54906200d9af7 (diff)
downloadmeta-cloud-services-ff27089c9b7b1bf235053f10fcb576d171ed28cc.tar.gz
python-swift: 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-swift_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-swift_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swift_git.bb b/meta-openstack/recipes-devtools/python/python-swift_git.bb
index 87f7f04..a5998eb 100644
--- a/meta-openstack/recipes-devtools/python/python-swift_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-swift_git.bb
@@ -153,6 +153,11 @@ DEPENDS += " \
153 python-pbr \ 153 python-pbr \
154 " 154 "
155 155
156# Satisfy setup.py 'setup_requires'
157DEPENDS += " \
158 python-pbr-native \
159 "
160
156RDEPENDS_${PN} += " \ 161RDEPENDS_${PN} += " \
157 python-eventlet \ 162 python-eventlet \
158 python-greenlet \ 163 python-greenlet \