From 4412efc67aec851577a2c9013e25e7be6929398f Mon Sep 17 00:00:00 2001 From: kkz Date: Fri, 4 Mar 2022 09:56:54 +0800 Subject: [PATCH] remove unnecessary buildrequires --- python-mypy.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-mypy.spec b/python-mypy.spec index 07db781..ee6b5c0 100644 --- a/python-mypy.spec +++ b/python-mypy.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy Version: 0.812 -Release: 1 +Release: 2 Summary: Optional static typing for Python License: MIT and Python-2.0 URL: https://github.com/python/mypy @@ -25,10 +25,7 @@ Summary: Optional static typing for Python Provides: python-mypy BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: python3-pip -BuildRequires: python3-pbr # Needed to generate the man pages BuildRequires: help2man %description -n python3-mypy @@ -90,6 +87,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_mandir}/man1/stubgen.1* %changelog +* Fri Mar 04 2022 zhaoshuang -0.812-2 +- remove unncessary buildrequires + * Wed Jul 14 2021 huangtianhua -0.812-1 - Upgrade to 0.812 to support OpenStack-W -- Gitee