Drop unused requires
This commit is contained in:
parent
d3b4f164b8
commit
de706f151f
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-importlib-resources
|
Name: python-importlib-resources
|
||||||
Version: 5.1.2
|
Version: 5.1.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Read resources from Python packages
|
Summary: Read resources from Python packages
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/python/importlib_resources
|
URL: https://github.com/python/importlib_resources
|
||||||
@ -23,8 +23,6 @@ BuildRequires: python3-toml
|
|||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
Requires: python3-zipp
|
Requires: python3-zipp
|
||||||
Requires: python3-sphinx
|
Requires: python3-sphinx
|
||||||
Requires: python3-jaraco-packaging
|
|
||||||
Requires: python3-rst-linker
|
|
||||||
|
|
||||||
%description -n python3-importlib-resources
|
%description -n python3-importlib-resources
|
||||||
Importlib_resources is a backport of Python standard library.
|
Importlib_resources is a backport of Python standard library.
|
||||||
@ -81,6 +79,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 6 2021 huangtianhua <huangtianhua@huawei.com> - 5.1.2-2
|
||||||
|
- Drop unused requires
|
||||||
|
|
||||||
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
|
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
|
||||||
- Update to 5.1.2
|
- Update to 5.1.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user