Dominique Leuenberger 2021-06-01 08:34:12 +00:00 committed by Git OBS Bridge
commit 80f10f3895
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