python3Packages.ttp-templates: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:21:39 -07:00
parent 9f1baceb91
commit ac36e0ac03
@@ -4,6 +4,7 @@
fetchFromGitHub,
poetry-core,
pydantic,
pyprojectVersionPatchHook,
}:
buildPythonPackage (finalAttrs: {
@@ -18,7 +19,11 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-W6F0/CGm713HhCtgqv+tEDm5mlkx0JJRmnUc9j+Fnvs=";
};
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
dependencies = [ pydantic ];