mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: python-ebooklib: Add back python-six.
* gnu/packages/ebook.scm (python-ebooklib) [propagated-inputs]: Add back python-six. Change-Id: I9ada310bce92866b2e855db93267a84324f2c83a
This commit is contained in:
parent
966afbc375
commit
ddb311b6bf
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ (define-public python-ebooklib
|
||||||
"0cx5q6hvaka5lsbzc5q93mfkpsg44x4hp4z9aszxk55wlx1jcmiq"))))
|
"0cx5q6hvaka5lsbzc5q93mfkpsg44x4hp4z9aszxk55wlx1jcmiq"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments (list #:tests? #f)) ; There are no tests.
|
(arguments (list #:tests? #f)) ; There are no tests.
|
||||||
(propagated-inputs (list python-lxml))
|
(propagated-inputs (list python-lxml python-six))
|
||||||
(home-page "https://github.com/aerkalov/ebooklib")
|
(home-page "https://github.com/aerkalov/ebooklib")
|
||||||
(synopsis "Ebook library which can handle EPUB2/EPUB3 and Kindle format")
|
(synopsis "Ebook library which can handle EPUB2/EPUB3 and Kindle format")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue