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

jackie.huang at windriver.com jackie.huang at windriver.com
Tue May 12 23:26:06 PDT 2015


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

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

diff --git a/recipes-devtools/python/python-simplejson_3.6.2.bb b/recipes-devtools/python/python-simplejson_3.6.2.bb
index f13f1f3..ecc4679 100644
--- a/recipes-devtools/python/python-simplejson_3.6.2.bb
+++ b/recipes-devtools/python/python-simplejson_3.6.2.bb
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "99c092209f88d411858f01b14a97a4fcf8c4f438a685e23d733a3d65de
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-inherit distutils
+inherit setuptools
 
 RDEPENDS_${PN} = "\
     python-core \
-- 
2.3.5



More information about the meta-virtualization mailing list