From 1c446e828eec39f60bb535413443e0e9e34a2a8b Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Wed, 9 Sep 2015 17:52:07 +0200 Subject: python-cliff: account for dependency on python-pbr This fixes this build error: | File ".../x86_64-linux/usr/lib/python2.7/site-packages/distribute-0.6.32-py2.7.egg/setuptools/command/easy_install.py", line 592, in easy_install | raise DistutilsError(msg) | distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr') | ERROR: python setup.py build_ext execution failed. | WARNING: exit code 1 from a shell command. Signed-off-by: Josep Puigdemont Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb b/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb index 7a6bb83..e107a28 100644 --- a/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb +++ b/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb @@ -16,8 +16,14 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools +DEPENDS += " \ + python-pbr \ + " + RDEPENDS_${PN} += "python-prettytable \ python-cmd2 \ - python-pyparsing" + python-pyparsing \ + python-pbr \ + " CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf