python3Packages.blockdiag: pin to setuptools_80

This commit is contained in:
Martin Weinelt 2026-05-15 16:34:18 +02:00
commit fb8cdd0dba

View file

@ -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
];