Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

python37Packages.apache-airflow: fix build

authored by Mario Rodas and committed by GitHub 45699240 3c6524c4

+1
+1
pkgs/development/python-modules/apache-airflow/default.nix
··· 154 --replace "text-unidecode==1.2" "text-unidecode" \ 155 --replace "tzlocal>=1.4,<2.0.0" "tzlocal" \ 156 --replace "sqlalchemy~=1.3" "sqlalchemy" \ 157 --replace "werkzeug>=0.14.1, <0.15.0" "werkzeug" 158 159 # dumb-init is only needed for CI and Docker, not relevant for NixOS.
··· 154 --replace "text-unidecode==1.2" "text-unidecode" \ 155 --replace "tzlocal>=1.4,<2.0.0" "tzlocal" \ 156 --replace "sqlalchemy~=1.3" "sqlalchemy" \ 157 + --replace "gunicorn>=19.5.0, <20.0" "gunicorn" \ 158 --replace "werkzeug>=0.14.1, <0.15.0" "werkzeug" 159 160 # dumb-init is only needed for CI and Docker, not relevant for NixOS.