You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/25 21:43:54 UTC

[GitHub] calvertvl commented on issue #4468: [AIRFLOW-3662] Add dependency for Enum

calvertvl commented on issue #4468: [AIRFLOW-3662] Add dependency for Enum
URL: https://github.com/apache/airflow/pull/4468#issuecomment-457740051
 
 
   @kaxil This change breaks anything depending on the enum library in Python >3.4 (I'm using 3.6) if Airflow 0.10.2 is installed in that (virtual) environment.
   
   This needs to be reworked to only bring in enum34 if the Python version is < 3.4.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services