guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 7928d9b2b67875e532ddced0e2ef23de3a3c3963
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jun 14 20:12:18 2026 +0100
gnu: python-chardet: Drop python-wheel.
Upstream started utilizing Anthropic's Claude code assistant since v6,
which makes the update and status of it unclear, see guix/guix#9242.
* gnu/packages/python-xyz.scm (python-chardet):
[native-inputs]: Remove python-wheel.
Change-Id: Ia8194b759cfdcc85cfafccf224c66850fa9a07d8
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ca44e42d18..ee0445e9d5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19823,6 +19823,7 @@ JavaScript, leveraging popular online obfuscators.")
(define-public python-chardet
(package
(name "python-chardet")
+ ;; XXX: Before update, check status of guix/guix#9242.
(version "5.2.0")
(source
(origin
@@ -19832,7 +19833,7 @@ JavaScript, leveraging popular online obfuscators.")
(base32
"1xqwkjijq2fxn8rhcvfddl14lp39jllqbh527yy19i58g7s6yfqv"))))
(native-inputs
- (list python-pytest python-setuptools python-wheel))
+ (list python-pytest python-setuptools))
(build-system pyproject-build-system)
(arguments
(list #:test-flags