From de706f151f530f2e57f4faab799d1de784b40188 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 6 Aug 2021 04:42:47 +0000 Subject: [PATCH] Drop unused requires --- python-importlib-resources.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 0950306..7a9a4a0 100644 --- a/python-importlib-resources.spec +++ b/python-importlib-resources.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-importlib-resources Version: 5.1.2 -Release: 1 +Release: 2 Summary: Read resources from Python packages License: Apache-2.0 URL: https://github.com/python/importlib_resources @@ -23,8 +23,6 @@ BuildRequires: python3-toml BuildRequires: python3-wheel Requires: python3-zipp Requires: python3-sphinx -Requires: python3-jaraco-packaging -Requires: python3-rst-linker %description -n python3-importlib-resources Importlib_resources is a backport of Python standard library. @@ -81,6 +79,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Aug 6 2021 huangtianhua - 5.1.2-2 +- Drop unused requires + * Fri Jul 09 2021 openstack-sig - Update to 5.1.2