a98cfa16b2
While at it, remove the md5 hash as there is already a sha256 hash. Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
533 B
Makefile
15 lines
533 B
Makefile
################################################################################
|
|
#
|
|
# python-boto3
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BOTO3_VERSION = 1.19.2
|
|
PYTHON_BOTO3_SOURCE = boto3-$(PYTHON_BOTO3_VERSION).tar.gz
|
|
PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/ec/45/d12f9c09b5c4dad8bcb098dfae5e9e1253ed6408efbbd9a3e60bff55b824
|
|
PYTHON_BOTO3_SETUP_TYPE = setuptools
|
|
PYTHON_BOTO3_LICENSE = Apache-2.0
|
|
PYTHON_BOTO3_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|