summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-26 10:40:35 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-06-05 12:02:04 -0400
commit88686a5508b91cf4a7515b0084b7f7580e70a3f2 (patch)
tree4efbf1a3c3cd61a7d8098e0f15cb635455500a95 /meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
parent29e9af303db998ccfa89a4de2c4060c83c4cb963 (diff)
downloadmeta-cloud-services-88686a5508b91cf4a7515b0084b7f7580e70a3f2.tar.gz
python-oslo.cache: 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-oslo.cache_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
index 209728e..e71a815 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.cache_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
24# RDEPENDS_default: 29# RDEPENDS_default:
25RDEPENDS_${PN} += " \ 30RDEPENDS_${PN} += " \
26 python-dogpile.cache \ 31 python-dogpile.cache \