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

commit 7624bd13a8639e94400f9f49e8851dc472c541bb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun May 31 22:33:37 2026 +0100

    gnu: python-cffi: Remove python-wheel from native-inputs.
    
    * gnu/packages/libffi.scm (python-cffi):
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I9b2485e731a3144eedd96ab72509301f1cf1c32d
---
 gnu/packages/libffi.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index 79b7ac99e9..76faf2f89b 100644
--- a/gnu/packages/libffi.scm
+++ b/gnu/packages/libffi.scm
@@ -156,8 +156,7 @@ conversions for values passed between the two languages.")
     (native-inputs
      (list pkg-config
            python-pytest
-           python-setuptools
-           python-wheel))
+           python-setuptools))
     (inputs
      (list libffi))
     (propagated-inputs ; required at run-time

Reply via email to