salt-formulas / reclass

A recursive external node classifier for automation tools like Ansible, Puppet, and Salt
Other
53 stars 23 forks source link

Not compatible with Python 3.6 / 3.7 due to enum34 requirement? #86

Open aboe76 opened 5 years ago

aboe76 commented 5 years ago

If enum34 is a requirement of reclass, then reclass would not be able to support Python 3.6 / 3.7, since the lib enum34 is not compatible with Python 3.6 and later versions.

aboe76 commented 5 years ago

Possible solution: https://gitlab.com/pycqa/flake8/merge_requests/191/diffs