summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2025-01-15 13:05:18 +0800
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:57 +0100
commit0872bbcedbf2160c50a8e73f7cc69e1bc88672a6 (patch)
tree84e60b1411cfde97f13d3d1452c33003cba32ad7
parent4533972587a615bc3a886e645344d71a512011de (diff)
gnu: python-ebooklib: Fix build.
* gnu/packages/ebook.scm (python-ebooklib)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Iba564c2b091b4a268d7727c5ad03dcef1b59ed62
-rw-r--r--gnu/packages/ebook.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index bf8dcfad091..0cd2b317241 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -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