!37 remove useless requires
From: @tong_1001 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
9d07850a50
@ -1,12 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-zipp
|
Name: python-zipp
|
||||||
Version: 3.7.0
|
Version: 3.7.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Backport of pathlib-compatible object wrapper for zip files
|
Summary: Backport of pathlib-compatible object wrapper for zip files
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jaraco/zipp
|
URL: https://github.com/jaraco/zipp
|
||||||
Source0: https://files.pythonhosted.org/packages/source/z/zipp/zipp-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/z/zipp/zipp-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
|
A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
|
||||||
|
|
||||||
@ -24,8 +25,6 @@ BuildRequires: python3-toml
|
|||||||
BuildRequires: boost-iostreams
|
BuildRequires: boost-iostreams
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
|
|
||||||
Requires: python3-toml
|
|
||||||
Requires: python3-setuptools_scm
|
|
||||||
%description -n python3-zipp
|
%description -n python3-zipp
|
||||||
A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
|
A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
|
||||||
|
|
||||||
@ -57,6 +56,9 @@ pytest -k "not test_joinpath_constant_time"
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 20 2024 shixuantong <shixuantong1@huawei.com> - 3.7.0-2
|
||||||
|
- remove useless requires
|
||||||
|
|
||||||
* Thu Jul 28 2022 liksh <liks11@chinaunicom.cn> - 3.7.0-1
|
* Thu Jul 28 2022 liksh <liks11@chinaunicom.cn> - 3.7.0-1
|
||||||
- Upgrade for openstack yoga
|
- Upgrade for openstack yoga
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user