summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-05-12 10:07:15 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-05-13 16:50:38 -0400
commitf7765042a4cdfb52f467869904ef92e644c4129d (patch)
tree64737b24f22eb9e1eaaf2774f79b025a578be6ae /meta-openstack
parent94c875040f396d5f59255b8814ae10f3a0982f6d (diff)
downloadmeta-cloud-services-f7765042a4cdfb52f467869904ef92e644c4129d.tar.gz
python-jsonpointer: inherit setuptools instead of distutils
setup.py for this pkg uses setuptools, not distutils: "from setuptools import setup" Signed-off-by: Jackie Huang <jackie.huang@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-jsonpointer_1.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb
index d7b976b..14d38fd 100644
--- a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb
+++ b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb
@@ -14,4 +14,4 @@ SRC_URI[sha256sum] = "46b2016b5e4f2b5cd2edf07c60ca8fe7dd91204ca848f98964be61b3c4
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
17inherit distutils 17inherit setuptools