guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 96183de5a93679e5985d6fe4c2a147f9d490af9c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun May 31 23:03:20 2026 +0100
gnu: python-pexpect: Remove python-wheel from native-inputs.
* gnu/packages/python-xyz.scm (python-pexpect):
[native-inputs]: Remove python-wheel.
Change-Id: I96b1c9d56be68f59379aa0b8c1681dcfcd11d683
---
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 2c7d8ab181..982ab18beb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15305,7 +15305,6 @@ wraps Python's standard library threading and
multiprocessing objects.")
man-db
python-pytest
python-setuptools
- python-wheel
which))
(propagated-inputs
(list python-ptyprocess))