From 746795297d0fdd07b9487070b2a78fcdf7668cef Mon Sep 17 00:00:00 2001 From: kkz Date: Fri, 4 Mar 2022 09:49:25 +0800 Subject: [PATCH] remove unnecessary buildrequires --- pep257.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pep257.spec b/pep257.spec index 5efa964..a545bef 100644 --- a/pep257.spec +++ b/pep257.spec @@ -4,7 +4,7 @@ compliance with Python PEP 257 Name: python-pep257 Version: 0.7.0 -Release: 1 +Release: 2 Summary: Python docstring style checker License: MIT URL: https://github.com/GreenSteam/pep257/ @@ -19,9 +19,6 @@ Provides: python-pep257 # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-pbr -BuildRequires: python3-pip -BuildRequires: python3-wheel %description -n python3-pep257 %{common_desc} @@ -77,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Mar 04 2022 zhaoshuang - 0.7.0-2 +- remove unnecessary buildrequires + * Tue Jul 20 2021 OpenStack_SIG - 0.7.0-1 - Package Spec generate -- Gitee