me
/
guix
Archived
1
0
Fork 0

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 <dannym@scratchpost.org>
master
Brendan Tildesley 2019-05-04 02:42:12 +10:00 committed by Danny Milosavljevic
parent b0038957f5
commit 4f29902080
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 0 deletions

View File

@ -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)