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
Version: %{pkg_version}
Release: 11%{?dist}
Release: 12%{?dist}
License: GPLv2+
Group: System Environment/Daemons
URL: http://mielke.cc/brltty/
@ -153,7 +153,7 @@ License: LGPLv2+
Requires: brlapi%{?_isa} = %{api_version}-%{release}
BuildRequires: Cython
BuildRequires: python2-devel
BuildRequires: python-setuptools
BuildRequires: python2-setuptools
Summary: Python binding for BrlAPI
%description -n python2-brlapi
This package provides the Python binding for BrlAPI.
@ -433,6 +433,10 @@ fi
%endif
%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
- OCaml 4.06.0 rebuild.