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

commit a5e43013a40dfc3c80d73ec7ea0eb0a0f9db4843
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 18 15:48:28 2025 +0100

    gnu: python-pyzmq: Fix build.
    
    * gnu/packages/python-xyz.scm (python-pyzmq): Fix build.
      [native-inputs]: Remove python-pytest-asyncio; add
      python-pytest-asyncio-0.26.
    
    Change-Id: Ib34dd3092ebdaf32a01f58ff47b1aa2637c6b9ce
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f8367204a7..58033e7634 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16168,7 +16168,7 @@ applications.")
      (list pkg-config
            python-cython
            python-pytest
-           python-pytest-asyncio
+           python-pytest-asyncio-0.26
            python-tornado-6))
     (home-page "https://github.com/zeromq/pyzmq";)
     (synopsis "Python bindings for 0MQ")

Reply via email to