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.