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:04:47 -0400 |
| commit | d6850b911437fd4608f3c68a39bdefee2af86efe (patch) | |
| tree | 717537c14acbbc5816fc2f2a5bc25cc248175db2 /meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb | |
| parent | 0de78a69e07c7146aea93c60c874d4f3023afca2 (diff) | |
| download | meta-cloud-services-d6850b911437fd4608f3c68a39bdefee2af86efe.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/python-fixtures_1.3.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb b/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb index f8f7163..c2b79e4 100644 --- a/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb +++ b/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.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 | " | ||
