From 0277cbcb47db4239d0a4aa3b37c5c6a705070951 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 14:26:06 +0800 Subject: [PATCH] python-simplejson: inherit setuptools instead of distutils Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- 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 f13f1f38..ecc46797 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 \