From 0f4bf9c466f6a5e2009e0c9b3f54c450e194d6c2 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 17:06:26 +0000 Subject: [PATCH] docs fix. clean up duplicated and unspecific requirements (#863) (#875) [PR #863/ef69088f backport][stable-2] docs fix. clean up duplicated and unspecific requirements This is a backport of PR #863 as merged into main (ef69088). SUMMARY remove unspecific/duplicated requirements ISSUE TYPE Docs Pull Request COMPONENT NAME aws_msk_config ecs_taskdefinition ADDITIONAL INFORMATION I don't see the json library is explicit used in aws_msk_config. Furthermore it's standard python library. Reviewed-by: Mark Woolley --- changelogs/fragments/863-requirements-doc-fix.yml | 3 +++ plugins/modules/aws_msk_config.py | 3 --- plugins/modules/ecs_taskdefinition.py | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) 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 diff --git a/plugins/modules/aws_msk_config.py b/plugins/modules/aws_msk_config.py index f1966847422..afaea513937 100644 --- a/plugins/modules/aws_msk_config.py +++ b/plugins/modules/aws_msk_config.py @@ -12,9 +12,6 @@ module: aws_msk_config short_description: Manage Amazon MSK cluster configurations. 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: