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

commit 351c1a8a1138dda64233ec2a32e2585af88ec644
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 25 23:48:07 2026 +0000

    gnu: python-flint: Adjust native-inputs.
    
    * gnu/packages/algebra.scm (python-flint):[native-inputs]: Remove
    meson-python and python-cython; add python-meson-python.
    
    Change-Id: I9171a30b1770eaede45cd8b37565cb200b2532ce
---
 gnu/packages/algebra.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 97c18d4dce..bfb5fd143d 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -557,11 +557,11 @@ fast arithmetic.")
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; tests: 905 passed
       #:test-flags #~(list "--pyargs" "flint")))
     (native-inputs
-     (list meson-python
-           pkg-config
-           python-cython
+     (list pkg-config
+           python-meson-python
            python-pytest))
     (inputs
      (list gmp

Reply via email to