From 4a3f7833b328a87d8eff7b1e0c39c625dcfede71 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Thu, 27 Oct 2022 03:47:32 +0000 Subject: [PATCH] delete useless requires Signed-off-by: zhuofeng --- python-zipp.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-zipp.spec b/python-zipp.spec index 14dc22a..bde7fb7 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-zipp Version: 3.7.0 -Release: 1 +Release: 2 Summary: Backport of pathlib-compatible object wrapper for zip files License: MIT URL: https://github.com/jaraco/zipp @@ -24,8 +24,6 @@ BuildRequires: python3-toml BuildRequires: boost-iostreams BuildRequires: python3-pytest -Requires: python3-toml -Requires: python3-setuptools_scm %description -n python3-zipp A pathlib-compatible Zipfile object wrapper. A backport of the Path object. @@ -57,6 +55,9 @@ pytest -k "not test_joinpath_constant_time" %doc README.rst %changelog +* Thu Oct 27 2022 zhuofeng - 3.7.0-2 +- delete useless requires + * Thu Jul 28 2022 liksh - 3.7.0-1 - Upgrade for openstack yoga -- Gitee