Accepting request 795922 from home:StevenK:branches:hardware

- Switch BuildRequires to Python 3 Sphinx due to Python 2 removal.

OBS-URL: https://build.opensuse.org/request/show/795922
OBS-URL: https://build.opensuse.org/package/show/hardware/gammu?expand=0&rev=51
This commit is contained in:
Lars Vogdt 2020-05-28 22:28:23 +00:00 committed by Git OBS Bridge
parent 12ea79ab1c
commit 9e2ef5f135
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 21 02:24:42 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Switch BuildRequires to Python 3 Sphinx due to Python 2 removal.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 5 21:10:33 UTC 2019 - Martin Hauke <mardnh@gmx.de> Sat Oct 5 21:10:33 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package gammu # spec file for package gammu
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -38,8 +38,8 @@ BuildRequires: graphviz-gd
BuildRequires: mysql-devel BuildRequires: mysql-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: postgresql-devel BuildRequires: postgresql-devel
BuildRequires: python-Sphinx BuildRequires: python3-Sphinx
BuildRequires: python-sphinxcontrib-breathe BuildRequires: python3-breathe
BuildRequires: pkgconfig(bluez) >= 2.0 BuildRequires: pkgconfig(bluez) >= 2.0
BuildRequires: pkgconfig(glib-2.0) >= 2.16 BuildRequires: pkgconfig(glib-2.0) >= 2.16
BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-2.0)