apache-airflow: fix build

This commit is contained in:
Aliaksandr
2026-02-27 00:40:51 +02:00
parent 520d432908
commit a5201ab2c3
@@ -200,6 +200,7 @@ let
sed -i -E 's/"apache-airflow-task-sdk[^"]+",//' pyproject.toml
substituteInPlace pyproject.toml \
--replace-fail "GitPython==3.1.45" "GitPython" \
--replace-fail "hatchling==1.27.0" "hatchling" \
--replace-fail "trove-classifiers==2025.9.11.17" "trove-classifiers"
@@ -286,6 +287,7 @@ let
# Temporary to fix CI only:
# https://github.com/apache/airflow/commit/c474be9ff06cf16bf96f93de9a09e30ffc476bee
"fastapi"
"universal-pathlib"
];
};
@@ -337,6 +339,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "GitPython==3.1.45" "GitPython" \
--replace-fail "hatchling==1.27.0" "hatchling" \
--replace-fail "trove-classifiers==2025.9.11.17" "trove-classifiers"
'';