Merge pull request #78477 from marsam/fix-apache-airflow

python37Packages.apache-airflow: fix build
This commit is contained in:
Mario Rodas
2020-01-25 17:41:55 -05:00
committed by GitHub

View File

@@ -154,6 +154,7 @@ buildPythonPackage rec {
--replace "text-unidecode==1.2" "text-unidecode" \
--replace "tzlocal>=1.4,<2.0.0" "tzlocal" \
--replace "sqlalchemy~=1.3" "sqlalchemy" \
--replace "gunicorn>=19.5.0, <20.0" "gunicorn" \
--replace "werkzeug>=0.14.1, <0.15.0" "werkzeug"
# dumb-init is only needed for CI and Docker, not relevant for NixOS.