diff options
| author | Derek Straka <derek@asterius.io> | 2016-05-06 11:00:57 -0300 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2016-05-09 19:05:04 -0700 |
| commit | 305329de05530a4d2e6803f70aaf754aaad44d53 (patch) | |
| tree | 6f290ac1dd1adfad251d8cc30dbbec26226911c1 /meta-python/recipes-devtools/python | |
| parent | 33874df953a425481806fb4b44a0ab78ab075b94 (diff) | |
| download | meta-openembedded-305329de05530a4d2e6803f70aaf754aaad44d53.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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -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 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" | |||
| 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 |
