File project.diff of Package python-lxml
--- python-lxml.changes.orig
+++ python-lxml.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu Feb 22 13:42:02 UTC 2024 - Dan Čermák <dcermak@suse.com>
+
+- Remove obsolete requirement for cssselect
+
+-------------------------------------------------------------------
Thu Feb 15 08:59:28 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Add skip-test-under-libexpat-2.6.0.patch to skip broken test with
--- python-lxml.spec.orig
+++ python-lxml.spec
@@ -38,7 +38,6 @@ Patch2: skip-test-under-libxml2-
Patch3: skip-test-under-libexpat-2.6.0.patch
BuildRequires: %{python_module Cython >= 3.0.7}
BuildRequires: %{python_module base}
-BuildRequires: %{python_module cssselect >= 0.9.1}
BuildRequires: %{python_module setuptools >= 18.0.1}
BuildRequires: fdupes
%if 0%{?suse_version} == 1500
@@ -49,7 +48,6 @@ BuildRequires: libxml2-devel >= 2.10.2
%endif
BuildRequires: libxslt-devel >= 1.1.27
BuildRequires: python-rpm-macros
-Requires: python-cssselect >= 0.9.1
%python_subpackages
%description