Try to add appropriate dependencies to python3-zmq-tests

epel9
Benjamin A. Beasley 2 months ago
parent 2fefa4bdf3
commit 239f4c7d37

@ -60,13 +60,8 @@ Source0: %{pypi_source pyzmq}
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt#/LICENSE.Apache-2.0 Source1: https://www.apache.org/licenses/LICENSE-2.0.txt#/LICENSE.Apache-2.0
BuildRequires: gcc BuildRequires: gcc
BuildRequires: pkgconfig(libzmq) BuildRequires: pkgconfig(libzmq)
BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-pytest
BuildRequires: python%{python3_pkgversion}-tornado
BuildRequires: python%{python3_pkgversion}-numpy
%if %{with gevent} %if %{with gevent}
BuildRequires: python%{python3_pkgversion}-gevent BuildRequires: python%{python3_pkgversion}-gevent
@ -93,6 +88,13 @@ License: LGPLv3+
Requires: python%{python3_pkgversion}-zmq = %{version}-%{release} Requires: python%{python3_pkgversion}-zmq = %{version}-%{release}
%py_provides python%{python3_pkgversion}-pyzmq-tests %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} %description -n python%{python3_pkgversion}-zmq-tests %{common_description}
This package contains the test suite for the Python bindings. This package contains the test suite for the Python bindings.

Loading…
Cancel
Save