diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-05-23 14:13:55 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-06-01 11:59:14 -0400 |
| commit | a7ee783c3d047c73409c30e0248c2bdbf195ed82 (patch) | |
| tree | 43415e8f1660b80771a8204ee2d09a7cef35a3eb /meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb | |
| parent | a1a56e3f4d500979088a9b18a28b8cc8d42612ed (diff) | |
| download | meta-cloud-services-a7ee783c3d047c73409c30e0248c2bdbf195ed82.tar.gz | |
python: Inherit setuptools instead of distutils for several packages
python-appdirs
python-keystoneauth
python-lesscpy
python-os-client-config
The setup scripts of these modules use setuptools instead of distutils,
resulting in errors like this:
| File "setup.py", line 5, in <module>
| from setuptools import setup
| ImportError: No module named setuptools
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb b/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb index 61ae935..71e0dc0 100644 --- a/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb +++ b/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb | |||
| @@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "ccad1ad2a89ced1875c5ca4e16e5478b791d31fb187fe29f1541859318 | |||
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 19 | 19 | ||
| 20 | inherit distutils | 20 | inherit setuptools |
| 21 | 21 | ||
| 22 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | 22 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ |
| 23 | --prefix=${prefix} \ | 23 | --prefix=${prefix} \ |
