diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2015-12-08 18:33:39 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-11 12:11:29 -0500 |
| commit | 803612dc629adc977e89a6502b6b052b60928f60 (patch) | |
| tree | 18c2efb86abfda14e713175225acdc803f3e4a44 /meta-openstack | |
| parent | 4300e4e8e71c140c88814701b7055326ac027749 (diff) | |
| download | meta-cloud-services-803612dc629adc977e89a6502b6b052b60928f60.tar.gz | |
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 <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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}" | |||
| 17 | 17 | ||
| 18 | inherit setuptools | 18 | inherit setuptools |
| 19 | 19 | ||
| 20 | DEPENDS += " \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 20 | RDEPENDS_${PN} += "python-extras" | 24 | RDEPENDS_${PN} += "python-extras" |
