From 1f8b170b3facafefdcf25513f3cce8d445c34705 Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Thu, 13 Jan 2022 19:58:40 +0100 Subject: [PATCH 1/3] fix requirements --- plugins/modules/aws_msk_config.py | 1 - plugins/modules/ecs_taskdefinition.py | 1 - 2 files changed, 2 deletions(-) diff --git a/plugins/modules/aws_msk_config.py b/plugins/modules/aws_msk_config.py index f1966847422..74e15e4a419 100644 --- a/plugins/modules/aws_msk_config.py +++ b/plugins/modules/aws_msk_config.py @@ -14,7 +14,6 @@ version_added: "2.0.0" requirements: - botocore >= 1.17.48 - - boto3 description: - Create, delete and modify Amazon MSK (Managed Streaming for Apache Kafka) cluster configurations. author: diff --git a/plugins/modules/ecs_taskdefinition.py b/plugins/modules/ecs_taskdefinition.py index 505a4207117..ab3a47d176e 100644 --- a/plugins/modules/ecs_taskdefinition.py +++ b/plugins/modules/ecs_taskdefinition.py @@ -16,7 +16,6 @@ author: - Mark Chance (@Java1Guy) - Alina Buzachis (@alinabuzachis) -requirements: [ json, botocore, boto3 ] options: state: description: From ba52f40ef2781094f9d7eb7263b39bae286be988 Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Thu, 13 Jan 2022 20:01:51 +0100 Subject: [PATCH 2/3] add changelog fragment --- changelogs/fragments/863-requirements-doc-fix.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/863-requirements-doc-fix.yml diff --git a/changelogs/fragments/863-requirements-doc-fix.yml b/changelogs/fragments/863-requirements-doc-fix.yml new file mode 100644 index 00000000000..4943a91c99c --- /dev/null +++ b/changelogs/fragments/863-requirements-doc-fix.yml @@ -0,0 +1,3 @@ +minor_changes: + - aws_msk_config - remove duplicated and unspecific requirements (https://github.com/ansible-collections/community.aws/pull/863). + - ecs_taskdefinition - remove duplicated and unspecific requirements (https://github.com/ansible-collections/community.aws/pull/863). \ No newline at end of file From 278d5c076aa1ced2ec24518e1e6ebcc98cc39d9c Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Mon, 17 Jan 2022 15:04:23 +0100 Subject: [PATCH 3/3] remove botocore requirement, because the entire collection requires a higher version already --- plugins/modules/aws_msk_config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/modules/aws_msk_config.py b/plugins/modules/aws_msk_config.py index 74e15e4a419..afaea513937 100644 --- a/plugins/modules/aws_msk_config.py +++ b/plugins/modules/aws_msk_config.py @@ -12,8 +12,6 @@ module: aws_msk_config short_description: Manage Amazon MSK cluster configurations. version_added: "2.0.0" -requirements: - - botocore >= 1.17.48 description: - Create, delete and modify Amazon MSK (Managed Streaming for Apache Kafka) cluster configurations. author: