From 8b6808e8cfe11258bc6244198765ec3cf04a9176 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Fri, 15 Dec 2017 13:10:46 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- brltty.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/brltty.spec b/brltty.spec index 852d891..82d0e83 100644 --- a/brltty.spec +++ b/brltty.spec @@ -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 - 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 - 5.5-11 - OCaml 4.06.0 rebuild.