guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit f7830d2630b9edcbc7d0f5e8c578c09803ff7cc6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jun 1 22:25:40 2026 +0100
gnu: python-docutils-0.19: Remove python-wheel from native-inptus.
* gnu/packages/python-xyz.scm (python-docutils-0.19):
[native-inputs]: Remove python-wheel.
Change-Id: I16cf51e8d48a6e202e262e0ae6859412604c8a9d
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2f6495cef0..34b3639a24 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10553,7 +10553,7 @@ via commands such as @command{rst2man}, as well as
supporting Python code.")
(base32
"1rprvir116g5rz2bgzkzgyn6mv0z8582rz7bgxbpy2y3adkmm69k"))))
(native-inputs
- (list python-setuptools python-wheel)))))
+ (list python-setuptools)))))
(define-public python-docx
(package