Shopify / pyoozie

Library for querying and scheduling with Apache Oozie
https://py-oozie.readthedocs.io
MIT License
11 stars 12 forks source link

Gate enum34 requirement to python_version < 3.4 #84

Closed DabbyNdubisi closed 4 years ago

DabbyNdubisi commented 4 years ago

From Python 3.4 upwards, enum is built into the Python library. Installing enum34 in Python 3.4 upwards leads to issues where pip gets broken.

This PR does the following: