python3-botocore: Update to 1.19.28

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2020-12-02 17:55:22 +00:00
parent 05be1c642a
commit 57a0aedb3e
2 changed files with 118 additions and 11 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.16.1
VER = 1.19.28
THISAPP = botocore-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = python3-botocore
PAK_VER = 3
DEPS = python3-dateutil python3-jmespath
DEPS = python3-dateutil python3-jmespath python3-urllib3
###############################################################################
# Top-level Rules
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 12a0d999c364985f1e21a36286c4ab57
$(DL_FILE)_MD5 = 9cb390d4c293528db8ca014647bbe03b
install : $(TARGET)