summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone_git.bb
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-11 10:03:05 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-05-24 16:08:35 -0400
commit230c3b1f575e1c90b237b281d5f22f3ebedcc17d (patch)
tree9fbf71232a4a359133d0a8b879d6420480e55138 /meta-openstack/recipes-devtools/python/python-keystone_git.bb
parentf9951b9263e1bb996daa5f2133359d761366e414 (diff)
downloadmeta-cloud-services-230c3b1f575e1c90b237b281d5f22f3ebedcc17d.tar.gz
python-keystone: Fix build error as following:
"distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=2.0.0')" Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index 118574b..b8b4fb0 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -227,6 +227,11 @@ DEPENDS += " \
227 python-pbr \ 227 python-pbr \
228 " 228 "
229 229
230# Satisfy setup.py 'setup_requires'
231DEPENDS += " \
232 python-pbr-native \
233 "
234
230RDEPENDS_${PN} += " \ 235RDEPENDS_${PN} += " \
231 python-babel \ 236 python-babel \
232 python-pbr \ 237 python-pbr \