[
https://issues.apache.org/jira/browse/AIRFLOW-3662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16756076#comment-16756076
]
ASF subversion and git services commented on AIRFLOW-3662:
----------------------------------------------------------
Commit de34e899291d1e5897077a15c1464e46d0d2dd1a in airflow's branch
refs/heads/enum34-only-when-needed from Ash Berlin-Taylor
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=de34e89 ]
[AIRFLOW-3662] Don't install enum34 backport when not needed
https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-platform-specific-dependencies
Installing this in more recent versions causes a "AttributeError: module
'enum' has no attribute 'IntFlag'`" in re.py
> Missing enum dependency for Python <3.4
> ---------------------------------------
>
> Key: AIRFLOW-3662
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3662
> Project: Apache Airflow
> Issue Type: Bug
> Reporter: Kaxil Naik
> Priority: Minor
> Fix For: 1.10.2
>
>
> https://github.com/apache/incubator-airflow/pull/4363 added enum but enum is
> only availble for python3.4+
> As we still support python 2.7, we need to add dependecy for the backport
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)