diff options
author | Derek Straka <derek@asterius.io> | 2016-05-03 22:40:37 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-06 12:40:26 +0200 |
commit | b957e27d13f723b467e05a77c0f6958c1d4815a8 (patch) | |
tree | c03b34eb7f415fde984523771317bc1cbc28daf2 /meta-python/recipes-devtools | |
parent | 3132af1d1d15209f3512eba8d8885b909b3b13ca (diff) | |
download | meta-openembedded-b957e27d13f723b467e05a77c0f6958c1d4815a8.tar.gz |
python-pyparsing: modify build to correctly use setuptools rather than distutils
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
7 | SRC_URI[sha256sum] = "4bd04badfda39b1e2fd0d77cb78b488c881d88c31734791a0ae902979ae10575" | 7 | SRC_URI[sha256sum] = "4bd04badfda39b1e2fd0d77cb78b488c881d88c31734791a0ae902979ae10575" |
8 | 8 | ||
9 | PYPI_PACKAGE_EXT = "zip" | 9 | PYPI_PACKAGE_EXT = "zip" |
10 | inherit pypi distutils | 10 | inherit pypi setuptools |