From 2041d6c218a857965016ebd439a69bb92c3caf68 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Fri, 30 Jul 2021 02:56:31 +0000 Subject: [PATCH] Drop useless requires --- python-elementpath.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-elementpath.spec b/python-elementpath.spec index ec043a5..ad5d7ac 100644 --- a/python-elementpath.spec +++ b/python-elementpath.spec @@ -3,7 +3,7 @@ Name: python-elementpath Version: 2.2.0 -Release: 1 +Release: 2 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,5 +88,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 30 2021 OpenStack_SIG - 2.2.0-2 +- Drop useless requires * Mon Jul 19 2021 OpenStack_SIG - 2.2.0-1 - Package Spec generate -- Gitee