summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-05-23 14:13:55 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-06-01 11:59:01 -0400
commit66ccdef9007dfaa564cfd4fbcbc41b50237771b4 (patch)
tree43415e8f1660b80771a8204ee2d09a7cef35a3eb /meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
parent64bc1b77f81e3a8b0f3c42e0ca827253f7a42f3d (diff)
downloadmeta-cloud-services-66ccdef9007dfaa564cfd4fbcbc41b50237771b4.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-os-client-config_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-client-config_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
index 7b55dbb..5393bb7 100644
--- a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15inherit distutils 15inherit setuptools
16 16
17DEPENDS += " \ 17DEPENDS += " \
18 python-pbr \ 18 python-pbr \