mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
python3-botocore: Update to 1.19.28
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user