python3Packages.tuf: allow build with current hatchling (#476919)

This commit is contained in:
Fabian Affolter
2026-01-05 14:37:50 +00:00
committed by GitHub
@@ -23,6 +23,11 @@ buildPythonPackage rec {
hash = "sha256-CPbZOpUYi7MWKLMj7kwTsmEkxLCf4wU7IOCcbzMkPlU=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "hatchling==1.27.0" "hatchling"
'';
build-system = [
flit-core
hatchling