[meta-virtualization] [PATCH] python-jsonpointer: inherit setuptools instead of distutils

jackie.huang at windriver.com jackie.huang at windriver.com
Mon May 11 19:07:15 PDT 2015


From: Jackie Huang <jackie.huang at windriver.com>

setup.py for this pkg uses setuptools, not distutils:
"from setuptools import setup"

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-inherit distutils
+inherit setuptools
-- 
1.9.1



More information about the meta-virtualization mailing list