python3Packages.phply: pin setuptools 80 for pkg_resources

This commit is contained in:
Martin Weinelt 2026-07-02 17:02:29 +02:00
commit 9644c63685
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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 ];