guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit f26d9c399e3be3445ce4f536697d12bfff8ac79f
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 32d64a281f..a20018db3f 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")