From ba2ae72200c34cba1857e6801cc4ddf98ef57aff Mon Sep 17 00:00:00 2001 From: Webster Mudge Date: Sat, 9 Apr 2022 19:19:32 -0400 Subject: [PATCH] Pin supporting AWS collection Python libraries Signed-off-by: Webster Mudge --- payload/deps/python_aws.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/payload/deps/python_aws.txt b/payload/deps/python_aws.txt index ee596b8..c64f4a3 100644 --- a/payload/deps/python_aws.txt +++ b/payload/deps/python_aws.txt @@ -1,4 +1,7 @@ -# AWS -botocore -boto>=2.5 -boto3 \ No newline at end of file +# AWS collection requirements + +# Pinned to community.aws==3.0.1 (set in cloudera.exe) +-r https://raw.githubusercontent.com/ansible-collections/community.aws/3.0.1/requirements.txt + +# Pinned to amazon.aws==3.0.0 (set in cloudera.exe) +-r https://raw.githubusercontent.com/ansible-collections/amazon.aws/3.0.0/requirements.txt \ No newline at end of file