[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/23: gnu: calibre: Add missing dependencies as indicated by tests.
From: |
guix-commits |
Subject: |
04/23: gnu: calibre: Add missing dependencies as indicated by tests. |
Date: |
Sun, 5 May 2019 11:15:23 -0400 (EDT) |
dannym pushed a commit to branch master
in repository guix.
commit 4f299020801f1f41ff66d93b7a7a8c51285c3675
Author: Brendan Tildesley <address@hidden>
Date: Sat May 4 02:42:12 2019 +1000
gnu: calibre: Add missing dependencies as indicated by tests.
* gnu/packages/ebook.scm (calibre)[inputs]: Add python2-html5lib,
python2-psutil.
Signed-off-by: Danny Milosavljevic <address@hidden>
---
gnu/packages/ebook.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 62d1c3a..6bc3813 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -134,6 +134,7 @@
("python2-dukpy" ,python2-dukpy)
("python2-feedparser" ,python2-feedparser)
("python2-html5-parser" ,python2-html5-parser)
+ ("python2-html5lib" ,python2-html5lib)
("python2-lxml" ,python2-lxml)
("python2-markdown" ,python2-markdown)
("python2-mechanize" ,python2-mechanize)
@@ -141,6 +142,7 @@
("python2-msgpack" ,python2-msgpack)
("python2-netifaces" ,python2-netifaces)
("python2-pillow" ,python2-pillow)
+ ("python2-psutil" ,python2-psutil)
("python2-pygments" ,python2-pygments)
("python2-pyqt" ,python2-pyqt)
("python2-sip" ,python2-sip)
- branch master updated (c8e214e -> ee3ce0d), guix-commits, 2019/05/05
- 03/23: gnu: calibre: Build rapydscript., guix-commits, 2019/05/05
- 04/23: gnu: calibre: Add missing dependencies as indicated by tests.,
guix-commits <=
- 06/23: gnu: Add python-html2text, python2-html2text., guix-commits, 2019/05/05
- 08/23: gnu: python-regex, python2-regex: Update to 2019.04.14., guix-commits, 2019/05/05
- 02/23: gnu: calibre: Use system mathjax., guix-commits, 2019/05/05
- 17/23: gnu: calibre: Remove some comments., guix-commits, 2019/05/05
- 16/23: gnu: calibre: Enable tests., guix-commits, 2019/05/05
- 10/23: gnu: calibre: Disable tests that require networking., guix-commits, 2019/05/05
- 20/23: gnu: calibre: Delete various junk from source., guix-commits, 2019/05/05
- 15/23: gnu: calibre: Disable sqlite test., guix-commits, 2019/05/05
- 18/23: gnu: calibre: Unbundle python2-odfpy., guix-commits, 2019/05/05
- 21/23: gnu: calibre: Install man pages., guix-commits, 2019/05/05