Accepting request 895680 from home:mcepl:branches:M17N

OK, let's put our heads into sand with regards to tests and just
- Don't depend on python2, when we don't need it.

OBS-URL: https://build.opensuse.org/request/show/895680
OBS-URL: https://build.opensuse.org/package/show/M17N/googletest?expand=0&rev=26
This commit is contained in:
Takashi Iwai 2021-05-27 08:45:03 +00:00 committed by Git OBS Bridge
parent 14894a2e4c
commit 6409e05487
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 17 17:35:26 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Don't depend on python2, when we don't need it.
-------------------------------------------------------------------
Sat Feb 8 12:31:11 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package googletest
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -29,7 +29,7 @@ Source1: googletest-rpmlintrc
BuildRequires: cmake >= 2.6.4
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: python
BuildRequires: python3
BuildRequires: pkgconfig(pthread-stubs)
%description