diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 14:38:29 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 19:05:26 +0200 |
| commit | 5e25a7f6eefceeed14216a97cf2d713e2ebc335d (patch) | |
| tree | be60042949633ed96228a43733fa68da8c02c43a | |
| parent | python3Packages.colormath: pin to pytest 8.3 (diff) | |
| download | nixpkgs-5e25a7f6eefceeed14216a97cf2d713e2ebc335d.tar.gz | |
python3Packages.comicon: relax ebooklib constraint
| -rw-r--r-- | pkgs/development/python-modules/comicon/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/comicon/default.nix b/pkgs/development/python-modules/comicon/default.nix index 068452ae4ef5..7177c27f8854 100644 --- a/pkgs/development/python-modules/comicon/default.nix +++ b/pkgs/development/python-modules/comicon/default.nix @@ -38,6 +38,7 @@ buildPythonPackage rec { ]; pythonRelaxDeps = [ + "ebooklib" "lxml" "pillow" "pypdf" |
