Merge pull request #83555 from bhipple/clean/airflow
python3Packages.apache-airflow: no-op cleanups to drv file
This commit is contained in:
commit
55c5aa5ed3
1 changed files with 30 additions and 31 deletions
|
@ -134,7 +134,6 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
substituteInPlace setup.py \
|
||||
--replace "flask>=1.1.0, <2.0" "flask" \
|
||||
--replace "jinja2>=2.10.1, <2.11.0" "jinja2" \
|
||||
|
@ -184,8 +183,8 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Programmatically author, schedule and monitor data pipelines";
|
||||
homepage = http://airflow.apache.org/;
|
||||
homepage = "http://airflow.apache.org/";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc maintainers.ingenieroariel ];
|
||||
maintainers = with maintainers; [ costrouc ingenieroariel ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue