summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-05-13 14:26:06 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-05-13 16:51:27 -0400
commit0277cbcb47db4239d0a4aa3b37c5c6a705070951 (patch)
tree7b79850e20d9dae0cf209ca1c8cdcd6fc8b894ee
parentc59f888d6149acfd486658bb3a2b4feb4217f29f (diff)
downloadmeta-virtualization-fido.tar.gz
python-simplejson: inherit setuptools instead of distutilsfido
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-devtools/python/python-simplejson_3.6.2.bb2
1 files changed, 1 insertions, 1 deletions
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
18 18
19S = "${WORKDIR}/${SRCNAME}-${PV}" 19S = "${WORKDIR}/${SRCNAME}-${PV}"
20 20
21inherit distutils 21inherit setuptools
22 22
23RDEPENDS_${PN} = "\ 23RDEPENDS_${PN} = "\
24 python-core \ 24 python-core \