summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-11 10:03:06 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-05-24 16:08:35 -0400
commit44325c2f54f89a992906595e7db3f44486d9f012 (patch)
tree38cae78914fe631e27e668105c00a302d5e48a60 /meta-openstack/recipes-devtools/python
parent230c3b1f575e1c90b237b281d5f22f3ebedcc17d (diff)
downloadmeta-cloud-services-44325c2f54f89a992906595e7db3f44486d9f012.tar.gz
python-keystoneauth1: 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')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb
index 9f545c1..6466056 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb
@@ -13,6 +13,11 @@ DEPENDS += " \
13 python-pbr \ 13 python-pbr \
14 " 14 "
15 15
16# Satisfy setup.py 'setup_requires'
17DEPENDS += " \
18 python-pbr-native \
19 "
20
16RDEPENDS_${PN} += " \ 21RDEPENDS_${PN} += " \
17 python-pbr \ 22 python-pbr \
18 python-iso8601 \ 23 python-iso8601 \