Merge pull request #83555 from bhipple/clean/airflow

python3Packages.apache-airflow: no-op cleanups to drv file
This commit is contained in:
worldofpeace 2020-03-28 01:24:59 -04:00 committed by GitHub
commit 55c5aa5ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,6 @@ buildPythonPackage rec {
]; ];
postPatch = '' postPatch = ''
substituteInPlace setup.py \ substituteInPlace setup.py \
--replace "flask>=1.1.0, <2.0" "flask" \ --replace "flask>=1.1.0, <2.0" "flask" \
--replace "jinja2>=2.10.1, <2.11.0" "jinja2" \ --replace "jinja2>=2.10.1, <2.11.0" "jinja2" \
@ -184,8 +183,8 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Programmatically author, schedule and monitor data pipelines"; description = "Programmatically author, schedule and monitor data pipelines";
homepage = http://airflow.apache.org/; homepage = "http://airflow.apache.org/";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.costrouc maintainers.ingenieroariel ]; maintainers = with maintainers; [ costrouc ingenieroariel ];
}; };
} }