python3Packages.phply: pin setuptools 80 for pkg_resources
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user