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