Skip to content

Commit

Permalink
Update Python 2 dependency declarations to new packaging standards
Browse files Browse the repository at this point in the history
  • Loading branch information
irushchyshyn committed Feb 21, 2018
1 parent 684560d commit da481da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyparsing.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Summary: %{sum}
Name: pyparsing
Version: 2.1.10
Release: 6%{?dist}
Release: 7%{?dist}

License: MIT
URL: http://pyparsing.wikispaces.com/
Expand All @@ -24,7 +24,7 @@ BuildRequires: python3-setuptools

%if 0%{?build_wheel}
BuildRequires: python2-pip
BuildRequires: python-wheel
BuildRequires: python2-wheel
BuildRequires: python%{python3_pkgversion}-pip
BuildRequires: python%{python3_pkgversion}-wheel
%endif
Expand Down Expand Up @@ -112,6 +112,10 @@ dos2unix -k CHANGES LICENSE README
%doc CHANGES README HowToUsePyparsing.html docs examples htmldoc

%changelog
* Wed Feb 21 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.1.10-7
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)

* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.10-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Expand Down

0 comments on commit da481da

Please sign in to comment.