From 239f4c7d37b0a60bd8057ab3ff0a7385cf8d915b Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 25 Nov 2024 13:31:59 -0500 Subject: [PATCH] Try to add appropriate dependencies to python3-zmq-tests --- python-zmq.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/python-zmq.spec b/python-zmq.spec index 0e7558a..3aa099b 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -60,13 +60,8 @@ Source0: %{pypi_source pyzmq} Source1: https://www.apache.org/licenses/LICENSE-2.0.txt#/LICENSE.Apache-2.0 BuildRequires: gcc - BuildRequires: pkgconfig(libzmq) - BuildRequires: python%{python3_pkgversion}-devel -BuildRequires: python%{python3_pkgversion}-pytest -BuildRequires: python%{python3_pkgversion}-tornado -BuildRequires: python%{python3_pkgversion}-numpy %if %{with gevent} BuildRequires: python%{python3_pkgversion}-gevent @@ -93,6 +88,13 @@ License: LGPLv3+ Requires: python%{python3_pkgversion}-zmq = %{version}-%{release} %py_provides python%{python3_pkgversion}-pyzmq-tests +BuildRequires: python%{python3_pkgversion}-pytest +Requires: python%{python3_pkgversion}-pytest +BuildRequires: python%{python3_pkgversion}-tornado +Requires: python%{python3_pkgversion}-tornado +BuildRequires: python%{python3_pkgversion}-numpy +Requires: python%{python3_pkgversion}-numpy + %description -n python%{python3_pkgversion}-zmq-tests %{common_description} This package contains the test suite for the Python bindings.