python3Packages.phply: pin setuptools 80 for pkg_resources

This commit is contained in:
Martin Weinelt
2026-07-02 23:07:29 +02:00
parent 77685124ff
commit 9644c63685
@@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
setuptools,
setuptools_80,
ply,
pytestCheckHook,
}:
@@ -18,7 +18,7 @@ buildPythonPackage rec {
hash = "sha256-Cyd3TShfUHo0RYBaBfj7KZj1bXCScPeLiSCLZbDYSRc=";
};
build-system = [ setuptools ];
build-system = [ setuptools_80 ];
dependencies = [ ply ];