#2 Add missing setuptools Requires
Merged 5 years ago by qulogic. Opened 5 years ago by qulogic.
rpms/ qulogic/python-pygments master  into  master

file modified
+7 -2
@@ -8,7 +8,7 @@ 

  

  Name:           python-pygments

  Version:        2.2.0

- Release:        15%{?dist}

+ Release:        16%{?dist}

  Summary:        %{sum}

  

  License:        BSD
@@ -39,6 +39,7 @@ 

  %package -n python2-%{srcname}

  BuildRequires:  python%{?fedora:2}-devel >= 2.4, python%{?fedora:2}-setuptools

  BuildRequires:  python%{?fedora:2}-nose, python%{?fedora:2}-sphinx

+ Requires:       python%{?fedora:2}-setuptools

  Summary:        %{sum}

  %{?python_provide:%python_provide python2-%{srcname}}

  
@@ -60,6 +61,7 @@ 

  %if 0%{?with_python3}

  %package -n python3-%{srcname}

  BuildRequires:  python3-devel, python3-setuptools, python3-nose

+ Requires:       python3-setuptools

  Summary:        %{sum}

  %{?python_provide:%python_provide python3-%{srcname}}

  
@@ -134,6 +136,9 @@ 

  %endif

  

  %changelog

+ * Tue Feb 26 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.2.0-16

+ - Add missing setuptools Requires

+ 

  * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-15

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  
@@ -159,7 +164,7 @@ 

  * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-8

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

  

- * Thu Mar 22 2017 Steve Milner <smilner@redhat.com> - 2.2.0-7

+ * Thu Mar 23 2017 Steve Milner <smilner@redhat.com> - 2.2.0-7

  - Fixed python2 sitelib in files section.

  

  * Wed Mar 22 2017 Steve Milner <smilner@redhat.com> - 2.2.0-6

This is used in the pygmentize script (via pkg_resources) as generated by setuptools and in directly in pygments/plugin.py. This is a missing dependency going back to Fedora 29. (I believe python on Fedora 28 simply required setuptools itself so it was always installed.)

Also, fix a bogus changelog warning from rpmlint.

Pull-Request has been merged by qulogic

5 years ago