From 6b98ac8708742ccb72cb7ffe6142e6bfe31bb88b Mon Sep 17 00:00:00 2001 From: kkz Date: Thu, 3 Mar 2022 11:56:29 +0800 Subject: [PATCH] remove some unnecessary buildrequires (cherry picked from commit 950de71bb3e0bb407b6696ac03cfd43cda9a987c) --- python-zipp.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/python-zipp.spec b/python-zipp.spec index 9303321..ca4c4f8 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-zipp Version: 3.6.0 -Release: 1 +Release: 2 Summary: Backport of pathlib-compatible object wrapper for zip files License: MIT URL: https://github.com/jaraco/zipp @@ -16,12 +16,6 @@ Provides: python-zipp # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-pbr -BuildRequires: python3-pip -BuildRequires: python3-wheel -BuildRequires: python3-setuptools_scm -BuildRequires: python3-toml -BuildRequires: boost-iostreams BuildRequires: python3-pytest Requires: python3-toml @@ -57,6 +51,9 @@ pytest -k "not test_joinpath_constant_time" %doc README.rst %changelog +* Thu Mar 3 2022 zhaoshuang - 3.6.0-2 +- remove some unnecessary buildrequires + * Mon Dec 20 2021 shixuantong - 3.6.0-1 - Upgrade to version 3.6.0 -- Gitee