remove some unnecessary buildrequires

(cherry picked from commit 06503bfadde0391fbc8d25fb2c5b58c638e13c58)
This commit is contained in:
kkz 2022-03-03 10:45:52 +08:00 committed by openeuler-sync-bot
parent 49a6b7d523
commit aae30eb2e3

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-zope-interface
Version: 5.4.0
Release: 1
Release: 2
Summary: Interfaces for Python
License: ZPL 2.1
URL: https://github.com/zopefoundation/zope.interface
@ -20,7 +20,6 @@ Provides: python-zope-interface
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: python3-zope.testing
BuildRequires: python3-zope-event
BuildRequires: python3-coverage
@ -89,6 +88,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Mar 03 2021 2022 zhaoshuang <zhaoshuang@uniontech.com> - 5.4.0-2
- remove some unnecessary buildrequires
* Thu Aug 05 2021 2021 OpenStack_SIG <openstack@openeuler.org> - 5.4.0-1
- Upgrade to version 5.4.0