mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.blockdiag: pin to setuptools_80
This commit is contained in:
parent
1434d0780e
commit
fb8cdd0dba
1 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
pillow,
|
||||
pytestCheckHook,
|
||||
reportlab,
|
||||
setuptools,
|
||||
setuptools_80,
|
||||
webcolors,
|
||||
}:
|
||||
|
||||
|
|
@ -48,14 +48,14 @@ buildPythonPackage rec {
|
|||
# note: this is a postPatch as `seqdiag` uses them directly
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [ setuptools_80 ];
|
||||
|
||||
dependencies = [
|
||||
docutils
|
||||
funcparserlib
|
||||
pillow
|
||||
reportlab
|
||||
setuptools
|
||||
setuptools_80
|
||||
webcolors
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue