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 2018/09/26 09:28:48 UTC

[GitHub] ashb closed pull request #3949: [AIRFLOW-3117] Add instructions to allow GPL dependency

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:
users@infra.apache.org


With regards,
Apache Git Services