python3Packages.apache-airflow: relax pathspec constraint

This commit is contained in:
Martin Weinelt 2022-10-05 01:53:33 +02:00 committed by Martin Weinelt
parent d59663577d
commit 56aacce44e

View file

@ -223,7 +223,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.cfg \
--replace "colorlog>=4.0.2, <5.0" "colorlog" \
--replace "flask-login>=0.6.2" "flask-login"
--replace "flask-login>=0.6.2" "flask-login" \
--replace "pathspec~=0.9.0" "pathspec"
'' + lib.optionalString stdenv.isDarwin ''
# Fix failing test on Hydra
substituteInPlace airflow/utils/db.py \