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