[
https://issues.apache.org/jira/browse/AIRFLOW-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16628471#comment-16628471
]
ASF GitHub Bot commented on AIRFLOW-3117:
-----------------------------------------
ashb closed pull request #3949: [AIRFLOW-3117] Add instructions to allow GPL
dependency
URL: https://github.com/apache/incubator-airflow/pull/3949
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/docs/installation.rst b/docs/installation.rst
index 921f2c8d46..3db48e45dd 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -19,6 +19,9 @@ You can also install Airflow with support for extra features
like ``s3`` or ``po
.. note:: GPL dependency
One of the dependencies of Apache Airflow by default pulls in a GPL
library ('unidecode').
+
+ If you are not concerned about the GPL dependency, export the following
environment variable prior to installing airflow: ``export
AIRFLOW_GPL_UNIDECODE=yes``.
+
In case this is a concern you can force a non GPL library by issuing
``export SLUGIFY_USES_TEXT_UNIDECODE=yes`` and then proceed with the
normal installation.
Please note that this needs to be specified at every upgrade. Also note
that if `unidecode`
----------------------------------------------------------------
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:
[email protected]
> Add installation instructions for including unidecode GPL dependency
> --------------------------------------------------------------------
>
> Key: AIRFLOW-3117
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3117
> Project: Apache Airflow
> Issue Type: Improvement
> Components: Documentation
> Reporter: Brylie Christopher Oxley
> Assignee: Brylie Christopher Oxley
> Priority: Trivial
> Labels: newbie
>
> The installation instructions do not currently describe how to explictly
> _allow_ the GPL dependency. In fairness, the documentation should describe
> both scenarios, allowing and denying the GPL dependency. That way, end-users
> can make an informed decision.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)