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

commit a25bf75db3bc4e4ed058a250ff50cb4ea012f9d7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 3 00:45:11 2026 +0000

    gnu: piglit: Use python-numpy@1.
    
    * gnu/packages/gl.scm (piglit):
    [inputs]: Remove python-numpy; add python-numpy-1.
    
    Change-Id: I9d8975ebaff57e56fe293b7f2c6f5c86aa181115
---
 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 be856b8423..b9bce9ac7b 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -1445,7 +1445,7 @@ original glmark benchmark by Ben Smith.")
                         (,(getenv "GUIX_PYTHONPATH")))))))))
      (inputs (list guile-3.0            ; for wrap-script
                    libxkbcommon
-                   python python-lxml python-mako python-numpy
+                   python python-lxml python-mako python-numpy-1
                    glslang vulkan-headers vulkan-loader
                    waffle))
      (native-inputs (list pkg-config))

Reply via email to