From 0fa491927a78edf51b4458c2cfe069ce40502892 Mon Sep 17 00:00:00 2001 From: fuyh2020 Date: Fri, 20 May 2022 02:57:58 +0000 Subject: [PATCH] remove unnecessary buildrequires --- python-textfsm.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-textfsm.spec b/python-textfsm.spec index 237a8e5..62fd365 100644 --- a/python-textfsm.spec +++ b/python-textfsm.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-textfsm Version: 1.1.0 -Release: 2 +Release: 3 Summary: Python module for parsing semi-structured text into python tables. License: ASL 2.0 URL: https://github.com/google/textfsm @@ -29,11 +29,9 @@ licence for the benefit of the wider community. Summary: Python module for parsing semi-structured text into python tables. Provides: python-textfsm BuildRequires: python3-pip -BuildRequires: python3-pbr BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six -BuildRequires: python3-pytest-runner Requires: python3-future Requires: python3-six Requires: python3-pytest-runner @@ -115,6 +113,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri May 20 2022 fuyahong +- remove unnecessary buildrequires + * Fri Aug 6 2021 huangtianhua - Adds pip/pbr/pytest-runner as BuildRequires -- Gitee