diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-05-21 13:46:25 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-05-22 11:12:02 +0200 |
commit | 3c54b7086fc0eaddb7f04560f30bb8cc99860b25 (patch) | |
tree | e9de89de71980dc1546b3655ac99f9a076ec8968 /package/python-enum34/python-enum34.mk | |
parent | a0c4cf0f9698ed109b97cb1e33f4070f505e3988 (diff) | |
download | buildroot-3c54b7086fc0eaddb7f04560f30bb8cc99860b25.tar.gz buildroot-3c54b7086fc0eaddb7f04560f30bb8cc99860b25.zip |
package/python-enum34: change setup type to setuptools
With version 1.1.3 the project switched to setuptools:
https://bitbucket.org/stoneleaf/enum34/commits/589b4f9d2e733a32c6e67a1e7aa50f476920d121
Fixes
http://autobuild.buildroot.net/results/cb6/cb678ca9e57382a876f3f6034a47a4e2c59bc8d0/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-enum34/python-enum34.mk')
-rw-r--r-- | package/python-enum34/python-enum34.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-enum34/python-enum34.mk b/package/python-enum34/python-enum34.mk index 1a4c6c694e..c612cb65e2 100644 --- a/package/python-enum34/python-enum34.mk +++ b/package/python-enum34/python-enum34.mk @@ -7,7 +7,7 @@ PYTHON_ENUM34_VERSION = 1.1.6 PYTHON_ENUM34_SOURCE = enum34-$(PYTHON_ENUM34_VERSION).tar.gz PYTHON_ENUM34_SITE = https://pypi.python.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876 -PYTHON_ENUM34_SETUP_TYPE = distutils +PYTHON_ENUM34_SETUP_TYPE = setuptools PYTHON_ENUM34_LICENSE = BSD-3-Clause PYTHON_ENUM34_LICENSE_FILES = enum/LICENSE |