Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2017-12-15 13:10:46 +01:00
parent 2b1a65a6aa
commit 8b6808e8cf

View File

@ -22,7 +22,7 @@
Name: brltty Name: brltty
Version: %{pkg_version} Version: %{pkg_version}
Release: 11%{?dist} Release: 12%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://mielke.cc/brltty/ URL: http://mielke.cc/brltty/
@ -153,7 +153,7 @@ License: LGPLv2+
Requires: brlapi%{?_isa} = %{api_version}-%{release} Requires: brlapi%{?_isa} = %{api_version}-%{release}
BuildRequires: Cython BuildRequires: Cython
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-setuptools BuildRequires: python2-setuptools
Summary: Python binding for BrlAPI Summary: Python binding for BrlAPI
%description -n python2-brlapi %description -n python2-brlapi
This package provides the Python binding for BrlAPI. This package provides the Python binding for BrlAPI.
@ -433,6 +433,10 @@ fi
%endif %endif
%changelog %changelog
* Fri Dec 15 2017 Iryna Shcherbina <ishcherb@redhat.com> - 5.5-12
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Fri Nov 17 2017 Richard W.M. Jones <rjones@redhat.com> - 5.5-11 * Fri Nov 17 2017 Richard W.M. Jones <rjones@redhat.com> - 5.5-11
- OCaml 4.06.0 rebuild. - OCaml 4.06.0 rebuild.