From b709c1405bc359f304f0dccd575e719f3336e9d6 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 5 Aug 2015 16:29:47 -0400 Subject: python-testtools: fix build error Ran in to a build error: distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr') ERROR: python setup.py build execution failed. Fix by DEPENDing on python-pbr. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb b/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb index 80a7489..a58c91a 100644 --- a/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb +++ b/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb @@ -17,4 +17,8 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools +DEPENDS += " \ + python-pbr \ +" + RDEPENDS_${PN} += "python-extras" -- cgit v1.2.3-54-g00ecf