guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 5b216c41c12f876e25be99a9eb91c2746bd5a269
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jun 11 15:25:24 2026 +0100

    gnu: python-snowballstemmer: Drop python-wheel.
    
    * gnu/packages/python-xyz.scm (python-snowballstemmer):
    [native-inputs]: Remove python-wheel.
    
    Change-Id: Iec1013e0639e77e283ecaadaa307212ac4c0a97b
---
 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 34b3639a24..b281592141 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24485,8 +24485,7 @@ Its features include
      (list
       #:tests? #f)) ; no tests
     (native-inputs
-     (list python-setuptools
-           python-wheel))
+     (list python-setuptools))
     (home-page "https://github.com/shibukawa/snowball_py";)
     (synopsis "Snowball stemming library collection for Python")
     (description

Reply via email to