From 6409e05487fea1ced1857f4f5e5a6c27ab0b85d05d7acf23356dd52a347e23f8 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 27 May 2021 08:45:03 +0000 Subject: [PATCH] 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 --- googletest.changes | 5 +++++ googletest.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/googletest.changes b/googletest.changes index b02dce6..059a7ef 100644 --- a/googletest.changes +++ b/googletest.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 17 17:35:26 UTC 2021 - Matej Cepl + +- Don't depend on python2, when we don't need it. + ------------------------------------------------------------------- Sat Feb 8 12:31:11 UTC 2020 - Luigi Baldoni diff --git a/googletest.spec b/googletest.spec index 6d390d1..43dae78 100644 --- a/googletest.spec +++ b/googletest.spec @@ -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