python3Packages.wirerope: unbreak with setuptools_80

fixes https://hydra.nixos.org/build/336812490
This commit is contained in:
Peder Bergebakken Sundt
2026-07-14 18:45:40 +02:00
parent 03cc2d5252
commit 9b735fd27d

View File

@@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
setuptools_80,
six,
nix-update-script,
pytestCheckHook,
@@ -21,7 +21,7 @@ buildPythonPackage rec {
hash = "sha256-oojnv+2+nwL/TJhN+QZ5eiV6WGHC3SCxBQrCri0aHQc=";
};
build-system = [ setuptools ];
build-system = [ setuptools_80 ];
dependencies = [ six ];