diff options
author | jgart <jgart@dismail.de> | 2024-08-10 01:00:08 -0500 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2024-08-10 01:02:20 -0500 |
commit | ddb311b6bf48cb69fdb237b4bbeecc926d617957 (patch) | |
tree | 8e478f031a6ce909fc6eb0c7b19ea061b10a3612 /gnu/packages | |
parent | 966afbc375aa7eadf3f9ef0a66ffad35da93721f (diff) | |
download | guix-ddb311b6bf48cb69fdb237b4bbeecc926d617957.tar.gz guix-ddb311b6bf48cb69fdb237b4bbeecc926d617957.zip |
gnu: python-ebooklib: Add back python-six.
* gnu/packages/ebook.scm (python-ebooklib) [propagated-inputs]: Add back
python-six.
Change-Id: I9ada310bce92866b2e855db93267a84324f2c83a
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/ebook.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 9a660aeec7..96d846ad10 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -697,7 +697,7 @@ format documents, with the following features: "0cx5q6hvaka5lsbzc5q93mfkpsg44x4hp4z9aszxk55wlx1jcmiq")))) (build-system pyproject-build-system) (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") (synopsis "Ebook library which can handle EPUB2/EPUB3 and Kindle format") (description |