Skip to content

Commit

Permalink
python312Packages.blockdiag: fix missing runtime dependency
Browse files Browse the repository at this point in the history
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
  • Loading branch information
PigeonF authored and bjornfor committed Jan 2, 2025
1 parent d9c740e commit 8c30dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/python-modules/blockdiag/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ buildPythonPackage rec {
funcparserlib
pillow
reportlab
setuptools
webcolors
];

Expand Down

0 comments on commit 8c30dd4

Please sign in to comment.