guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit d7c2d7ced0f819178911d92faee254f028105b63
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 8358e2ac30..a86450e194 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16295,7 +16295,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")