Relax hatch version requirement in flask-multipass
Signed-off-by: Jeltz <jeltz@federez.net>
This commit is contained in:
parent
43f5d686cc
commit
a0fe0fdd34
1 changed files with 5 additions and 0 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue