From 0eff6362010714a919cf69a26d9342d3bfe24dcf Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Sat, 11 Feb 2023 13:30:57 +0100 Subject: [PATCH] Remove the extras subpackages Resolves: rhbz#2157708 --- python3.11-lxml.spec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/python3.11-lxml.spec b/python3.11-lxml.spec index 3a94bed..2fc2154 100644 --- a/python3.11-lxml.spec +++ b/python3.11-lxml.spec @@ -3,7 +3,7 @@ Name: python%{python3_pkgversion}-lxml Version: 4.9.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: XML processing library combining libxml2/libxslt with the ElementTree API # The lxml project is licensed under BSD-3-Clause @@ -23,14 +23,6 @@ BuildRequires: python%{python3_pkgversion}-rpm-macros BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-Cython -%if 0%{?rhel} == 9 -Suggests: python3-lxml+cssselect -Suggests: python3-lxml+html5 -Suggests: python3-lxml+htmlsoup - -%python_extras_subpkg -n python%{python3_pkgversion}-lxml -i %{python3_sitearch}/lxml-*.egg-info cssselect html5 htmlsoup -%endif #rhel9 - %global _description \ lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It\ provides safe and convenient access to these libraries using the ElementTree It\ @@ -67,6 +59,9 @@ cp -a build/lib.%{python3_platform}-*/* src/ %{python3_sitearch}/lxml-*.egg-info/ %changelog +* Fri Feb 10 2023 Charalampos Stratakis - 4.9.2-2 +- Remove the extras subpackages + * Mon Nov 14 2022 Charalampos Stratakis - 4.9.2-1 - Initial package - Fedora contributions by: