diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2015-08-05 16:29:47 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-06 09:35:50 -0400 |
| commit | b709c1405bc359f304f0dccd575e719f3336e9d6 (patch) | |
| tree | 161955980713003c39a3c404f2e8c296e900c772 /meta-openstack | |
| parent | 4c5711daa52b584d73c69d4c7a3818c9982b1480 (diff) | |
| download | meta-cloud-services-b709c1405bc359f304f0dccd575e719f3336e9d6.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" |
