diff options
| author | Andrew Tropin <andrew@trop.in> | 2022-11-28 10:45:49 +0400 |
|---|---|---|
| committer | Andrew Tropin <andrew@trop.in> | 2022-11-28 10:50:30 +0400 |
| commit | ffc9986ee21aef1f4bf8a0d9f7f919ffbc2a5505 (patch) | |
| tree | ddc49ba2558e49ec9ecef648b00a589a4f8683d7 /gnu | |
| parent | 59bdfbb196bf4805201d411ac7eb7b619cd7e29b (diff) | |
gnu: calibre: Add missing python-pycryptodome dependency.
* gnu/packages/ebook.scm (calibre)[inputs]: Add missing python-pycryptodome
dependency.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ebook.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 60ef39c77e5..8dff0f2ec85 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm | |||
| @@ -197,6 +197,7 @@ with Microsoft Compiled HTML (CHM) files") | |||
| 197 | python-psutil | 197 | python-psutil |
| 198 | python-py7zr | 198 | python-py7zr |
| 199 | python-pychm | 199 | python-pychm |
| 200 | python-pycryptodome | ||
| 200 | python-pygments | 201 | python-pygments |
| 201 | python-pyqt-without-qtwebkit | 202 | python-pyqt-without-qtwebkit |
| 202 | python-pyqtwebengine | 203 | python-pyqtwebengine |
