1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-04 00:05:56 +02:00

gnu: python-pyzmq: Use Tornado 6.

* gnu/packages/python-xyz.scm (python-pyzmq)[native-inputs]: Replace
python-tornado with python-tornado-6.

Change-Id: I63c8ce8b8265f199d619a94459b385a26f65c9a0
This commit is contained in:
Ricardo Wurmus
2024-05-07 17:17:19 +02:00
committed by Sharlatan Hellseher
parent d8b59e86e0
commit 69d1d74c9d
+1 -1
View File
@@ -14699,7 +14699,7 @@ applications.")
python-cython
python-pytest
python-pytest-asyncio
python-tornado))
python-tornado-6))
(home-page "https://github.com/zeromq/pyzmq")
(synopsis "Python bindings for 0MQ")
(description