python3Packages.tuf: allow build with hatchling > 1.27

This commit is contained in:
Sarah Clark
2026-01-01 11:07:27 -08:00
parent af5f79b58c
commit be2a4ec435
@@ -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