From b957e27d13f723b467e05a77c0f6958c1d4815a8 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 3 May 2016 22:40:37 -0400 Subject: python-pyparsing: modify build to correctly use setuptools rather than distutils Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb') 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 9862907adb..94a99e5bc5 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