guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 23307e2bbaa676b1d9bd7ae68c397d354255455d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jun 11 15:27:04 2026 +0100
gnu: python-versioneer: Drop python-wheel.
* gnu/packages/python-xyz.scm (python-versioneer):
[native-inputs]: Remove python-wheel.
Change-Id: I11fdd6a0f4bdf4431fee4075e62481bbe42de2e8
---
gnu/packages/python-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b281592141..f9b032c3fd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -41617,8 +41617,7 @@ add the log levels NOTICE, SPAM, SUCCESS and VERBOSE.")
(native-inputs
(list git-minimal/pinned
python-pytest
- python-setuptools
- python-wheel))
+ python-setuptools))
(propagated-inputs
(list python-tomli))
(home-page "https://github.com/python-versioneer/python-versioneer")