lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 610b448fef7b3284a957dc88e30e589e6021c095
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Thu Dec 30 11:14:10 2021 +0100
gnu: python-pikepdf: Remove unused input.
* gnu/packages/python-xyz.scm (python-pikepdf)[native-inputs]: Remove
python-setuptools.
---
gnu/packages/python-xyz.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5b931da593..e819a76241 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7164,7 +7164,6 @@ retrieve text and metadata from PDFs as well as merge
entire files together.")
`(#:tests? #false)) ;require python-xmp-toolkit
(native-inputs
(list pybind11
- python-setuptools
python-setuptools-scm
python-setuptools-scm-git-archive
python-toml