Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
fa4712f9a8
commit
bb4ece1813
1 changed files with 6 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.2
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
Summary: Easy to use progress bars
|
||||
|
||||
License: ISC
|
||||
|
|
@ -13,7 +13,7 @@ Source0: https://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_na
|
|||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python2-setuptools
|
||||
|
||||
%if %{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
|
|
@ -89,6 +89,10 @@ popd
|
|||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Sat Jan 27 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.2-15
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2-14
|
||||
- Python 2 binary package renamed to python2-progress
|
||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue