mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: python-ebooklib: Fix build.
* gnu/packages/ebook.scm (python-ebooklib)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Iba564c2b091b4a268d7727c5ad03dcef1b59ed62
This commit is contained in:
parent
4f1bcccdff
commit
5998de1709
1 changed files with 1 additions and 0 deletions
|
@ -699,6 +699,7 @@ format documents, with the following features:
|
|||
(build-system pyproject-build-system)
|
||||
(arguments (list #:tests? #f)) ; There are no tests.
|
||||
(propagated-inputs (list python-lxml python-six))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/aerkalov/ebooklib")
|
||||
(synopsis "Ebook library which can handle EPUB2/EPUB3 and Kindle format")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue