39a6b4c52c
LICENSE file content has been changed ([1]) to follow Apache-2.0
instructions.
[1] 22b5a39098
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
632 B
Makefile
16 lines
632 B
Makefile
################################################################################
|
|
#
|
|
# python-requests
|
|
#
|
|
################################################################################
|
|
|
|
# Please keep in sync with package/python3-requests/python3-requests.mk
|
|
PYTHON_REQUESTS_VERSION = 2.25.0
|
|
PYTHON_REQUESTS_SOURCE = requests-$(PYTHON_REQUESTS_VERSION).tar.gz
|
|
PYTHON_REQUESTS_SITE = https://files.pythonhosted.org/packages/9f/14/4a6542a078773957aa83101336375c9597e6fe5889d20abda9c38f9f3ff2
|
|
PYTHON_REQUESTS_SETUP_TYPE = setuptools
|
|
PYTHON_REQUESTS_LICENSE = Apache-2.0
|
|
PYTHON_REQUESTS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|