python3Packages.strct: pin setuptools 80 for pkg_resources
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildPythonPackage,
|
||||
setuptools,
|
||||
setuptools_80,
|
||||
pytestCheckHook,
|
||||
pytest-cov-stub,
|
||||
sortedcontainers,
|
||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
# don't append .dev0 to version
|
||||
env.RELEASING_PROCESS = "1";
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
nativeBuildInputs = [ setuptools_80 ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
|
||||
Reference in New Issue
Block a user