python312Packages.blockdiag: fix missing runtime dependency
The `blockdiag.imagedraw` module has a runtime dependency on [`pkg_resources`], which is part of the `setuptools` package. [`pkg_resources`]: https://github.com/blockdiag/blockdiag/blob/3.0.0/src/blockdiag/imagedraw/__init__.py#L16
This commit is contained in:
committed by
Bjørn Forsman
parent
d9c740e230
commit
8c30dd41a7
@@ -58,6 +58,7 @@ buildPythonPackage rec {
|
||||
funcparserlib
|
||||
pillow
|
||||
reportlab
|
||||
setuptools
|
||||
webcolors
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user