From: Michael Tremer Date: Thu, 1 Jul 2021 17:16:36 +0000 (+0000) Subject: aws-cli: Depend on python3-six X-Git-Tag: v2.25-core158~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33cfcae627a50d24683e3b365d4d65f54184d030;p=ipfire-2.x.git aws-cli: Depend on python3-six Signed-off-by: Michael Tremer --- diff --git a/lfs/aws-cli b/lfs/aws-cli index 599469ee33..a098f9ad83 100644 --- a/lfs/aws-cli +++ b/lfs/aws-cli @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = aws-cli -PAK_VER = 3 +PAK_VER = 4 -DEPS = python3-botocore python3-colorama python3-docutils python3-pyasn1 python3-rsa python3-s3transfer python3-yaml +DEPS = python3-botocore python3-colorama python3-docutils python3-pyasn1 python3-rsa python3-s3transfer python3-six python3-yaml ############################################################################### # Top-level Rules