]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
aws-cli: Depend on python3-six
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Jul 2021 17:16:36 +0000 (17:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Jul 2021 17:16:36 +0000 (17:16 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/aws-cli

index 599469ee3301f019dd1e0ad6b61ce05364f5d4b8..a098f9ad83c3bfb1952b2d164cf5c7a973fc9c52 100644 (file)
@@ -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