From 3cd6adf9c4c42da547320cedfdc194cb00efcdfc Mon Sep 17 00:00:00 2001 From: wangpeng Date: Fri, 13 May 2022 06:17:09 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4spec=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84buildrequirements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pep257.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pep257.spec b/pep257.spec index 97dc1f5..ade2341 100644 --- a/pep257.spec +++ b/pep257.spec @@ -4,7 +4,7 @@ compliance with Python PEP 257 Name: python-pep257 Version: 0.7.0 -Release: 2 +Release: 3 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,6 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri May 13 2022 wangpeng - 0.7.0-3 +- remove unnecessary buildrequires * Wed Nov 10 2021 OpenStack_SIG - 0.7.0-2 - Remove __pycache__ folder * Tue Jul 20 2021 OpenStack_SIG - 0.7.0-1 -- Gitee