mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.strct: pin setuptools 80 for pkg_resources
This commit is contained in:
parent
da71817641
commit
2ec73a9c58
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue