From 21d4b5ccf0047f77f4aff7efa89fbeca31cc39de Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Mon, 2 Aug 2021 03:35:47 +0000 Subject: [PATCH] drop useless requires --- python-elementpath.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-elementpath.spec b/python-elementpath.spec index 99d1318..1c84316 100644 --- a/python-elementpath.spec +++ b/python-elementpath.spec @@ -3,7 +3,7 @@ Name: python-elementpath Version: 2.2.0 -Release: 2 +Release: 3 Summary: XPath 1.0/2.0 parsers and selectors for ElementTree and lxml License: MIT URL: https://github.com/sissaschool/elementpath @@ -31,7 +31,7 @@ BuildRequires: python3-sphinx Requires: python3-tox Requires: python3-coverage Requires: python3-lxml -Requires: python3-xmlschema +# Requires: python3-xmlschema Requires: python3-sphinx %description -n python3-elementpath XPath 1.0/2.0 parsers and selectors for ElementTree and lxml @@ -88,6 +88,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 2 2021 OpenStack_SIG - 2.2.0-3 +- Drop useless requires + * Fri Jul 30 2021 chenyanpanHW - 2.2.0-2 - DESC: delete -S git from %autosetup -- Gitee