Remove non-essential Python 2 test dependencies

This commit is contained in:
Petr Viktorin 2019-06-26 15:56:07 +02:00
parent 842b34e066
commit 582c72b5e6
1 changed files with 4 additions and 6 deletions

View File

@ -6,7 +6,7 @@
Name: Cython
Version: 0.29.12
%global upver %{version_no_tilde %{nil}}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Language for writing Python extension modules
License: ASL 2.0
@ -29,11 +29,6 @@ Summary: %{summary}
%{?python_provide:%python_provide python2-%{srcname}}
BuildRequires: python2-devel
BuildRequires: python2-setuptools
%if %{with tests}
BuildRequires: python2-coverage
BuildRequires: python2-numpy
BuildRequires: python2-jedi
%endif
%description -n python2-%{srcname} %{_description}
@ -137,6 +132,9 @@ done
%{_emacs_sitestartdir}/cython*.el*
%changelog
* Mon Jul 22 2019 Petr Viktorin <pviktori@redhat.com> - 0.29.12-2
- Remove non-essential Python 2 test dependencies
* Thu Jul 11 2019 Miro Hrončok <mhroncok@redhat.com> - 0.29.12-1
- Update to 0.29.12 (#1727580)