Remove non-essential Python 2 test dependencies
This commit is contained in:
parent
842b34e066
commit
582c72b5e6
10
Cython.spec
10
Cython.spec
@ -6,7 +6,7 @@
|
|||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.29.12
|
Version: 0.29.12
|
||||||
%global upver %{version_no_tilde %{nil}}
|
%global upver %{version_no_tilde %{nil}}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Language for writing Python extension modules
|
Summary: Language for writing Python extension modules
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -29,11 +29,6 @@ Summary: %{summary}
|
|||||||
%{?python_provide:%python_provide python2-%{srcname}}
|
%{?python_provide:%python_provide python2-%{srcname}}
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python2-setuptools
|
BuildRequires: python2-setuptools
|
||||||
%if %{with tests}
|
|
||||||
BuildRequires: python2-coverage
|
|
||||||
BuildRequires: python2-numpy
|
|
||||||
BuildRequires: python2-jedi
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description -n python2-%{srcname} %{_description}
|
%description -n python2-%{srcname} %{_description}
|
||||||
|
|
||||||
@ -137,6 +132,9 @@ done
|
|||||||
%{_emacs_sitestartdir}/cython*.el*
|
%{_emacs_sitestartdir}/cython*.el*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 11 2019 Miro Hrončok <mhroncok@redhat.com> - 0.29.12-1
|
||||||
- Update to 0.29.12 (#1727580)
|
- Update to 0.29.12 (#1727580)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user