summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-11 10:03:07 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-05-24 16:08:35 -0400
commitde1508df8b686182888925a4cec63280ea2bb1a5 (patch)
tree5f3613c9752f1605c2073eb9afae11492438090f /meta-openstack/recipes-devtools
parent44325c2f54f89a992906595e7db3f44486d9f012 (diff)
downloadmeta-cloud-services-de1508df8b686182888925a4cec63280ea2bb1a5.tar.gz
python-positional: 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')
-rw-r--r--meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb b/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb
index aee73f6..144b2cc 100644
--- a/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb
@@ -11,6 +11,11 @@ inherit setuptools pypi
11 11
12CLEANBROKEN = "1" 12CLEANBROKEN = "1"
13 13
14# Satisfy setup.py 'setup_requires'
15DEPENDS += " \
16 python-pbr-native \
17 "
18
14RDEPENDS_${PN} += " \ 19RDEPENDS_${PN} += " \
15 python-wrapt \ 20 python-wrapt \
16" \ No newline at end of file 21"