From bb436ef44ceb887ddd1b426afe3bf916e378e407 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Thu, 6 May 2021 21:01:46 +0200 Subject: [PATCH] Update the default module requirements from python 2.6/boto to python 3.6/boto3 This commit was initially merged in https://github.com/ansible-collections/community.aws See: https://github.com/ansible-collections/community.aws/commit/c097c55293be0834a2b9d394733ec28965d142d7 --- plugins/modules/rds_snapshot.py | 3 --- plugins/modules/rds_snapshot_info.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/plugins/modules/rds_snapshot.py b/plugins/modules/rds_snapshot.py index dd9f502886a..0ca957c1b68 100644 --- a/plugins/modules/rds_snapshot.py +++ b/plugins/modules/rds_snapshot.py @@ -55,9 +55,6 @@ - whether to remove tags not present in the C(tags) parameter. default: True type: bool -requirements: - - "python >= 2.6" - - "boto3" author: - "Will Thames (@willthames)" - "Michael De La Rue (@mikedlr)" diff --git a/plugins/modules/rds_snapshot_info.py b/plugins/modules/rds_snapshot_info.py index 63a5e47b09b..d374520ab89 100644 --- a/plugins/modules/rds_snapshot_info.py +++ b/plugins/modules/rds_snapshot_info.py @@ -51,9 +51,6 @@ required: false choices: ['automated', 'manual', 'shared', 'public'] type: str -requirements: - - "python >= 2.6" - - "boto3" author: - "Will Thames (@willthames)" extends_documentation_fragment: