mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #7776/e9f7f7e2 backport][stable-7] CI: python-memcached 1.60 needs Python 3.6+ (#7778)
CI: python-memcached 1.60 needs Python 3.6+ (#7776)
python-memcached 1.60 needs Python 3.6+.
(cherry picked from commit e9f7f7e2de
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
ef42314714
commit
56e00efcba
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ unittest2 ; python_version < '2.7'
|
||||||
importlib ; python_version < '2.7'
|
importlib ; python_version < '2.7'
|
||||||
|
|
||||||
# requirement for the memcached cache plugin
|
# requirement for the memcached cache plugin
|
||||||
python-memcached
|
python-memcached < 1.60 ; python_version < '3.6'
|
||||||
|
python-memcached ; python_version >= '3.6'
|
||||||
|
|
||||||
# requirement for the redis cache plugin
|
# requirement for the redis cache plugin
|
||||||
redis
|
redis
|
||||||
|
|
Loading…
Reference in a new issue