From 582c72b5e61be8a3674af43c56a682bf69edfa9e Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Jul 22 2019 17:42:07 +0000 Subject: Remove non-essential Python 2 test dependencies --- diff --git a/Cython.spec b/Cython.spec index 7e24367..4ab2214 100644 --- a/Cython.spec +++ b/Cython.spec @@ -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 - 0.29.12-2 +- Remove non-essential Python 2 test dependencies + * Thu Jul 11 2019 Miro HronĨok - 0.29.12-1 - Update to 0.29.12 (#1727580)