From 305329de05530a4d2e6803f70aaf754aaad44d53 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 6 May 2016 11:00:57 -0300 Subject: python-pyparsing: modify build to correctly use setuptools rather than distutils Signed-off-by: Derek Straka Signed-off-by: Martin Jansa Signed-off-by: Otavio Salvador Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb b/meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb index 9862907ad..94a99e5bc 100644 --- a/meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb +++ b/meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb @@ -7,4 +7,4 @@ SRC_URI[md5sum] = "2a1d3a63ddc2ec9a3da961d1b7f258b2" SRC_URI[sha256sum] = "4bd04badfda39b1e2fd0d77cb78b488c881d88c31734791a0ae902979ae10575" PYPI_PACKAGE_EXT = "zip" -inherit pypi distutils +inherit pypi setuptools -- cgit v1.2.3-54-g00ecf