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

commit 157b4804d9636181cbcbfd316f3a8c4e82199b4f
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 87ee02426a..9c566d2cf1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16182,7 +16182,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