Relax hatch version requirement in flask-multipass

Signed-off-by: Jeltz <jeltz@federez.net>
This commit is contained in:
jeltz 2025-02-21 13:30:02 +01:00
parent 43f5d686cc
commit a0fe0fdd34
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

@ -25,6 +25,11 @@ buildPythonPackage rec {
hash = "sha256-1SfyCpa1j7a1emhruVLBtXwDr6BisnvUnTA1ioQmGzQ="; hash = "sha256-1SfyCpa1j7a1emhruVLBtXwDr6BisnvUnTA1ioQmGzQ=";
}; };
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "hatchling==1.25.0" "hatchling"
'';
build-system = [ hatchling ]; build-system = [ hatchling ];
dependencies = [ dependencies = [