Add missing setuptools Requires.
This commit is contained in:
parent
133c2ac2dd
commit
a85018fe8f
@ -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 @@ need to prettify source code. Highlights are:
|
||||
%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 @@ need to prettify source code. Highlights are:
|
||||
%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 @@ make test PYTHON=%{__python3}
|
||||
%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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user