Rebuild for Python 3.6
Add missing BuildRequires for python-setuptools
This commit is contained in:
parent
9ce1ef4116
commit
dc7835a327
@ -4,7 +4,7 @@
|
|||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
Name: pyparsing
|
Name: pyparsing
|
||||||
Version: 2.1.5
|
Version: 2.1.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://pyparsing.wikispaces.com/
|
URL: http://pyparsing.wikispaces.com/
|
||||||
@ -13,7 +13,9 @@ Source0: http://downloads.sourceforge.net/pyparsing/pyparsing-%{version}.
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
|
BuildRequires: python2-setuptools
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
|
|
||||||
Requires: python-%{srcname} = %{version}-%{release}
|
Requires: python-%{srcname} = %{version}-%{release}
|
||||||
|
|
||||||
@ -80,6 +82,10 @@ dos2unix -k CHANGES LICENSE README
|
|||||||
%doc CHANGES README HowToUsePyparsing.html docs examples htmldoc
|
%doc CHANGES README HowToUsePyparsing.html docs examples htmldoc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.1.5-3
|
||||||
|
- Rebuild for Python 3.6
|
||||||
|
- Add missing BuildRequires for python-setuptools
|
||||||
|
|
||||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.5-2
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.5-2
|
||||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user