diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-09-15 13:07:15 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-09-16 16:03:30 -0400 |
| commit | af7efd9aebb1daf314df8877725896eb75a67713 (patch) | |
| tree | 5a3f56390996cebcb2f724dd7ad4f40fa986532c /meta-openstack/recipes-devtools/python | |
| parent | dff1e79e466de9e56d1efb458e6b6a703276513e (diff) | |
| download | meta-cloud-services-af7efd9aebb1daf314df8877725896eb75a67713.tar.gz | |
python-fixtures: depends on python-pbr
Fixes this build error:
| File ".../sysroots/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.
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb b/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb index fe1c8d1..f0cb453 100644 --- a/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb +++ b/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb | |||
| @@ -21,4 +21,10 @@ DISTUTILS_INSTALL_ARGS = "--root=${D} \ | |||
| 21 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | 21 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ |
| 22 | --install-data=${datadir}" | 22 | --install-data=${datadir}" |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} += "python-testtools" | 24 | DEPENDS += " \ |
| 25 | python-pbr \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RDEPENDS_${PN} += "python-testtools \ | ||
| 29 | python-pbr \ | ||
| 30 | " | ||
