mirror of
https://github.com/openkmip/pykmip
synced 2025-12-15 15:53:36 +00:00
Require enum-compat instead of enum34
The enum34 package is not compatible with python 3.4+. By requiring enum-compat instead, this requirement will be a noop when installing the dependencies from a python 3.4+ environment. Closes: #450
This commit is contained in: