From: Jackie Huang <[email protected]>

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

Signed-off-by: Jackie Huang <[email protected]>
---
 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

-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to