Align the gevent test dependency with the others

epel9
Benjamin A. Beasley 2 months ago
parent 27a2a9ea4a
commit b80aa84295

@ -63,10 +63,6 @@ BuildRequires: gcc
BuildRequires: pkgconfig(libzmq) BuildRequires: pkgconfig(libzmq)
BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-devel
%if %{with gevent}
BuildRequires: python%{python3_pkgversion}-gevent
%endif
%global common_description %{expand: %global common_description %{expand:
This package contains Python bindings for ZeroMQ. ØMQ is a lightweight and fast This package contains Python bindings for ZeroMQ. ØMQ is a lightweight and fast
messaging implementation.} messaging implementation.}
@ -96,6 +92,10 @@ BuildRequires: python%{python3_pkgversion}-tornado
Requires: python%{python3_pkgversion}-tornado Requires: python%{python3_pkgversion}-tornado
BuildRequires: python%{python3_pkgversion}-numpy BuildRequires: python%{python3_pkgversion}-numpy
Requires: python%{python3_pkgversion}-numpy Requires: python%{python3_pkgversion}-numpy
%if %{with gevent}
BuildRequires: python%{python3_pkgversion}-gevent
Requires: python%{python3_pkgversion}-gevent
%endif
%description -n python%{python3_pkgversion}-zmq-tests %{common_description} %description -n python%{python3_pkgversion}-zmq-tests %{common_description}

Loading…
Cancel
Save