python37Packages.apache-airflow: fix build

This commit is contained in:
Mario Rodas 2020-01-25 04:20:00 -05:00
parent 645a816f6f
commit 2648d2b616
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

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.