mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-09 06:10:17 +03:00
python-setuptools: bump to version 5.8
A refresh of the existing patch is needed, and the patch is also renamed to use the correct patch file naming convention. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SETUPTOOLS_VERSION = 2.1.2
|
||||
PYTHON_SETUPTOOLS_SOURCE = setuptools-$(PYTHON_SETUPTOOLS_VERSION).tar.gz
|
||||
PYTHON_SETUPTOOLS_SITE = http://pypi.python.org/packages/source/s/setuptools
|
||||
PYTHON_SETUPTOOLS_VERSION = 5.8
|
||||
PYTHON_SETUPTOOLS_SOURCE = setuptools-$(PYTHON_SETUPTOOLS_VERSION).tar.gz
|
||||
PYTHON_SETUPTOOLS_SITE = http://pypi.python.org/packages/source/s/setuptools
|
||||
PYTHON_SETUPTOOLS_LICENSE = Python Software Foundation or Zope Public License
|
||||
PYTHON_SETUPTOOLS_LICENSE_FILES = PKG-INFO
|
||||
PYTHON_SETUPTOOLS_SETUP_TYPE = setuptools
|
||||
|
||||
Reference in New Issue
Block a user