mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #280612 from fabaff/plugwise-fix
python311Packages.plugwise: relax setuptools
This commit is contained in:
commit
60723e392c
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ buildPythonPackage rec {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace "setuptools~=68.0" "setuptools" \
|
||||
--replace "wheel~=0.40.0" "wheel"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue