mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-31 17:19:17 -03:30
Python: bring back python 2.7 support for ansible 2.9 in supported EL distributions (#8192)
This commit is contained in:
@@ -4,9 +4,12 @@ apache-libcloud==2.2.1
|
||||
tox==3.11.1
|
||||
dopy==0.3.7
|
||||
cryptography==2.8
|
||||
ansible-lint==5.0.11
|
||||
ansible-lint==5.0.11 ; python_version >= '3.0'
|
||||
ansible-lint==4.2.0 ; python_version < '3.0'
|
||||
openshift==0.8.8
|
||||
molecule==3.0.6
|
||||
molecule==3.0.6 ; python_version >= '3.0'
|
||||
molecule==3.0.2 ; python_version < '3.0'
|
||||
molecule-vagrant==0.3
|
||||
testinfra==5.2.2
|
||||
testinfra==5.2.2 ; python_version >= '3.0'
|
||||
testinfra==3.4.0 ; python_version < '3.0'
|
||||
python-vagrant==0.5.15
|
||||
|
||||
Reference in New Issue
Block a user