From 33cfcae627a50d24683e3b365d4d65f54184d030 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 1 Jul 2021 17:16:36 +0000 Subject: [PATCH] aws-cli: Depend on python3-six Signed-off-by: Michael Tremer --- lfs/aws-cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5