mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
[PR #10701/3b9acafc backport][stable-11] update requirements for Python versions currently used (#10703)
update requirements for Python versions currently used (#10701)
(cherry picked from commit 3b9acafc72)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
unittest2 ; python_version < '2.7'
|
|
||||||
importlib ; python_version < '2.7'
|
|
||||||
|
|
||||||
# requirement for the memcached cache plugin
|
# requirement for the memcached cache plugin
|
||||||
python-memcached < 1.60 ; python_version < '3.6'
|
python-memcached < 1.60 ; python_version < '3.6'
|
||||||
@@ -14,8 +12,8 @@ redis
|
|||||||
async-timeout ; python_version == '3.11'
|
async-timeout ; python_version == '3.11'
|
||||||
|
|
||||||
# requirement for the linode module
|
# requirement for the linode module
|
||||||
linode-python # APIv3
|
linode-python # APIv3
|
||||||
linode_api4 ; python_version > '2.6' # APIv4
|
linode_api4 # APIv4
|
||||||
|
|
||||||
# requirement for the gitlab and github modules
|
# requirement for the gitlab and github modules
|
||||||
python-gitlab
|
python-gitlab
|
||||||
@@ -23,8 +21,7 @@ PyGithub
|
|||||||
httmock
|
httmock
|
||||||
|
|
||||||
# requirement for maven_artifact module
|
# requirement for maven_artifact module
|
||||||
lxml < 4.3.0 ; python_version < '2.7' # lxml 4.3.0 and later require python 2.7 or later
|
lxml
|
||||||
lxml ; python_version >= '2.7'
|
|
||||||
semantic_version
|
semantic_version
|
||||||
|
|
||||||
# requirement for datadog_downtime module
|
# requirement for datadog_downtime module
|
||||||
|
|||||||
Reference in New Issue
Block a user