mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.cu2qu: pin to setuptools_80
This commit is contained in:
parent
6c81b30e2c
commit
b9c3d1c0ff
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# build
|
||||
cython,
|
||||
setuptools-scm,
|
||||
setuptools,
|
||||
setuptools_80,
|
||||
|
||||
# propagates
|
||||
defcon,
|
||||
|
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
cython
|
||||
setuptools
|
||||
setuptools_80
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue