python3Packages.tuf: allow build with current hatchling (#476919)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user