summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:02 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:29:21 -0400
commitb78a1f53e85fef636b15afc0c4ccb7b82739ef69 (patch)
tree7e4b518e2741f4aaafb58f5663a3359ee2654f6e /meta-openstack/recipes-devtools/python
parentc58cac312b0ab71144d00ba6e4a01739e7aa3a3f (diff)
downloadmeta-cloud-services-b78a1f53e85fef636b15afc0c4ccb7b82739ef69.tar.gz
python-glacnestore: 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')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glancestore_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
index 0abf521..ec59f58 100644
--- a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
@@ -21,6 +21,11 @@ DEPENDS += " \
21 python-pbr \ 21 python-pbr \
22 " 22 "
23 23
24# Satisfy setup.py 'setup_requires'
25DEPENDS += " \
26 python-pbr-native \
27 "
28
24RDEPENDS_${PN} = " \ 29RDEPENDS_${PN} = " \
25 python-enum34 \ 30 python-enum34 \
26 python-eventlet \ 31 python-eventlet \