From b11c0c87271d0476182c3dcb2c53339b0c84a4ef Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 25 Nov 2024 13:43:24 -0500 Subject: [PATCH] Make the dependency on python3-zmq from python3-zmq-tests arch-specific --- python-zmq.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-zmq.spec b/python-zmq.spec index 7fdacbf..048ef38 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -83,7 +83,7 @@ Summary: %{summary}, testsuite # licenses; see the comment above the main License tag. License: BSD-3-Clause -Requires: python%{python3_pkgversion}-zmq = %{version}-%{release} +Requires: python%{python3_pkgversion}-zmq%{?_isa} = %{version}-%{release} %py_provides python%{python3_pkgversion}-pyzmq-tests # Tests in zmq/tests/mypy.py require mypy, but see: