a8a4d299d3
License hash changed due to url changing to https:
e9875f9186
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
641 B
Makefile
15 lines
641 B
Makefile
################################################################################
|
|
#
|
|
# python-requests-toolbelt
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_REQUESTS_TOOLBELT_VERSION = 0.10.1
|
|
PYTHON_REQUESTS_TOOLBELT_SOURCE = requests-toolbelt-$(PYTHON_REQUESTS_TOOLBELT_VERSION).tar.gz
|
|
PYTHON_REQUESTS_TOOLBELT_SITE = https://files.pythonhosted.org/packages/0c/4c/07f01c6ac44f7784fa399137fbc8d0cdc1b5d35304e8c0f278ad82105b58
|
|
PYTHON_REQUESTS_TOOLBELT_SETUP_TYPE = setuptools
|
|
PYTHON_REQUESTS_TOOLBELT_LICENSE = Apache-2.0
|
|
PYTHON_REQUESTS_TOOLBELT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|