mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.zope-testing: relax setuptools constraint
This commit is contained in:
parent
a04da3fde4
commit
e4d45548b4
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@ buildPythonPackage rec {
|
|||
hash = "sha256-dAUiG8DxlhQKMBXh49P0CDC9UjqAYjB+2vVCTI36cgc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "setuptools >= 78.1.1,< 81" setuptools
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
doCheck = !isPyPy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue