Python: bring back python 2.7 support for ansible 2.9 in supported EL distributions (#8192)

This commit is contained in:
Cristian Calin
2021-11-15 18:06:48 +02:00
committed by GitHub
parent 4d79a55904
commit 28b5281c45
2 changed files with 8 additions and 4 deletions

View File

@@ -4,5 +4,6 @@ netaddr==0.7.19
pbr==5.4.4
jmespath==0.9.5
ruamel.yaml==0.16.10
ruamel.yaml.clib==0.2.4
ruamel.yaml.clib==0.2.4 ; python_version >= '3.5'
ruamel.yaml.clib==0.2.2 ; python_version < '3.5'
MarkupSafe==1.1.1