From 2d2a338376437f3379ca7f7498a4a16bfb72fcf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=BE=97=E6=84=9F=E6=83=85=E7=9A=84openEuler?= =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Mon, 7 Mar 2022 03:40:24 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!18=20:?= =?UTF-8?q?=20[=E8=BD=BB=E9=87=8F=E7=BA=A7PR]=20=E5=88=A0=E9=99=A4spec?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=AD=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84?= =?UTF-8?q?buildrequirements'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-zipp.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-zipp.spec b/python-zipp.spec index ca4c4f8..9303321 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: 2 +Release: 1 Summary: Backport of pathlib-compatible object wrapper for zip files License: MIT URL: https://github.com/jaraco/zipp @@ -16,6 +16,12 @@ 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 @@ -51,9 +57,6 @@ 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