mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
When we bumped urllib3 in074bc42971we broke compatibility with python-botocore. This compatibility error was fixed upstream in botocore 1.29.122:0a6d8e3c63Fixes: - https://gitlab.com/buildroot.org/buildroot/-/jobs/4768561482 Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Tested-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
604 B
Makefile
15 lines
604 B
Makefile
################################################################################
|
|
#
|
|
# python-botocore
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BOTOCORE_VERSION = 1.31.20
|
|
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
|
|
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/f9/0d/ec24cb66b7651268462d5eb5d9d3c140a99f487db3ed58a45617991b11e8
|
|
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
|
|
PYTHON_BOTOCORE_LICENSE = Apache-2.0
|
|
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt tests/unit/auth/aws4_testsuite/LICENSE
|
|
|
|
$(eval $(python-package))
|