From fb653d516b8882da7b395b68eff5b3ed52a5f939 Mon Sep 17 00:00:00 2001 From: "solar.hu" Date: Tue, 3 Dec 2019 20:01:17 +0800 Subject: [PATCH] add provides brlapi. --- brltty.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/brltty.spec b/brltty.spec index ec50737..23273f1 100644 --- a/brltty.spec +++ b/brltty.spec @@ -95,6 +95,7 @@ This package provides the Tcl api for Brltty. %{?python_provide:%python_provide python3-%{name}} Requires: %{name} = %{version}-%{release} BuildRequires: python3-Cython python3-devel +Provides: python3-brlapi = %{version}-%{release} Obsoletes: python2-%{name} python-%{name} Summary: Python 3 api for Brltty %description -n python3-%{name}