#10 Remove non-essential Python 2 test dependencies
Merged 4 years ago by pviktori. Opened 4 years ago by pviktori.
rpms/ pviktori/Cython py2-test-deps  into  master

file modified
+4 -6
@@ -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 @@ 

  %{?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 @@ 

  %{_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)

  

This removes non-essential Python 2 test dependencies, as per the Mass Python 2 package removal.

lgtm, please merge and build.

Nice catch. If it builds, ship it.

Pull-Request has been merged by pviktori

4 years ago