You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "raphael auv (JIRA)" <ji...@apache.org> on 2019/05/13 14:13:00 UTC

[jira] [Updated] (AIRFLOW-4505) Setup.py with tag for only PY3 packages

     [ https://issues.apache.org/jira/browse/AIRFLOW-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

raphael auv updated AIRFLOW-4505:
---------------------------------
    Description: 
Currently I need (like probably a lot of people only PY3 packages) , and for that I need to use

 
{code:java}
apache-airflow[devel_ci]==1.10.3 {code}
 

But it do not explicit my needs , I would prefer

 
{code:java}
apache-airflow[all_PY3]==1.10.3 {code}
I propose a new TAG for a ALL without PY2 packages and so only PY3 packages

  was:
Currently I need (like probably a lot of people only PY3 packages) , and for that I need to use 

```
apache-airflow[devel_ci]==1.10.3 
```

 

But it do not explicit my needs , I would prefer

```
apache-airflow[all_PY3]==1.10.3 
```

I propose a new TAG for a ALL without PY2 packages and so only PY3 packages


> Setup.py with tag for only PY3 packages
> ---------------------------------------
>
>                 Key: AIRFLOW-4505
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4505
>             Project: Apache Airflow
>          Issue Type: Improvement
>    Affects Versions: 1.10.3
>            Reporter: raphael auv
>            Assignee: raphael auv
>            Priority: Trivial
>
> Currently I need (like probably a lot of people only PY3 packages) , and for that I need to use
>  
> {code:java}
> apache-airflow[devel_ci]==1.10.3 {code}
>  
> But it do not explicit my needs , I would prefer
>  
> {code:java}
> apache-airflow[all_PY3]==1.10.3 {code}
> I propose a new TAG for a ALL without PY2 packages and so only PY3 packages



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)