guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: calibre: Add missing python-pycryptodome dep


From: guix-commits
Subject: branch master updated: gnu: calibre: Add missing python-pycryptodome dependency.
Date: Mon, 28 Nov 2022 01:54:41 -0500

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 <andrew@trop.in>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]