From 6e4ae52512727e33721ed0d663d51d4b5469bb8e Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Fri, 30 Oct 2020 10:42:46 +0800 Subject: [PATCH] remove python2 dependency --- gflags.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gflags.spec b/gflags.spec index c4506a0..6c3dfd8 100644 --- a/gflags.spec +++ b/gflags.spec @@ -7,12 +7,12 @@ they are used. Name: gflags Version: 2.2.2 -Release: 1 +Release: 2 Summary: A C++ library for commandline flag processing License: BSD URL: https://gflags.github.io/gflags/ Source0: https://github.com/gflags/gflags/archive/v%{version}/gflags-%{version}.tar.gz -BuildRequires: gcc-c++ python2-setuptools cmake +BuildRequires: gcc-c++ cmake %description %_description @@ -58,6 +58,9 @@ ctest %{_libdir}/cmake/gflags %changelog +* Fri Oct 30 2020 xinghe - 2.2.2-2 +- remove python2 dependency + * Wed Jul 15 2020 jinzhimin - 2.2.2-1 - Type:requirement - ID:NA