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

commit 61c440bd02f61c2dc8e9d8e579453c5e107c736d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jun 11 15:06:13 2026 +0100

    gnu: glad: Drop python-wheel.
    
    * gnu/packages/gl.scm (glad)[native-inputs]: Remove python-wheel.
    
    Change-Id: Ib786cbad1176af023bd3e98c355e4110063b87b7
---
 gnu/packages/gl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 414604ce26..c9df2ffa40 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -252,7 +252,7 @@ generate a GL/GLES/EGL/GLX/WGL loader tailored for specific 
requirements.")
             (lambda* (#:key tests? #:allow-other-keys)
               (when tests?
                 (invoke "xvfb-run" "utility/test.sh")))))))
-    (native-inputs (list python-setuptools python-wheel xvfb-run-for-tests))
+    (native-inputs (list python-setuptools xvfb-run-for-tests))
     (propagated-inputs (list python-jinja2))
     (home-page "https://github.com/Dav1dde/glad";)
     (synopsis "Multi-language GL/GLES/EGL/GLX/WGL loader generator")

Reply via email to