Commit 8c30dd41 authored by Jonas Fierlings's avatar Jonas Fierlings Committed by Bjørn Forsman
Browse files

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
parent d9c740e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ buildPythonPackage rec {
    funcparserlib
    pillow
    reportlab
    setuptools
    webcolors
  ];