This is an automated email from the git hooks/post-receive script.
abcdw pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ffc9986ee2 gnu: calibre: Add missing python-pycryptodome dependency.
ffc9986ee2 is described below
commit ffc9986ee21aef1f4bf8a0d9f7f919ffbc2a5505
Author: Andrew Tropin <[email protected]>
AuthorDate: Mon Nov 28 10:45:49 2022 +0400
gnu: calibre: Add missing python-pycryptodome dependency.
* gnu/packages/ebook.scm (calibre)[inputs]: Add missing python-pycryptodome
dependency.
---
gnu/packages/ebook.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 60ef39c77e..8dff0f2ec8 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -197,6 +197,7 @@ with Microsoft Compiled HTML (CHM) files")
python-psutil
python-py7zr
python-pychm
+ python-pycryptodome
python-pygments
python-pyqt-without-qtwebkit
python-pyqtwebengine