diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-05-13 14:26:06 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-05-13 16:51:27 -0400 |
commit | 0277cbcb47db4239d0a4aa3b37c5c6a705070951 (patch) | |
tree | 7b79850e20d9dae0cf209ca1c8cdcd6fc8b894ee /recipes-devtools/python/python-simplejson_3.6.2.bb | |
parent | c59f888d6149acfd486658bb3a2b4feb4217f29f (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-devtools/python/python-simplejson_3.6.2.bb')
-rw-r--r-- | recipes-devtools/python/python-simplejson_3.6.2.bb | 2 |
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 | ||
19 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 19 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
20 | 20 | ||
21 | inherit distutils | 21 | inherit setuptools |
22 | 22 | ||
23 | RDEPENDS_${PN} = "\ | 23 | RDEPENDS_${PN} = "\ |
24 | python-core \ | 24 | python-core \ |