diff --git a/python-lxml.changes b/python-lxml.changes index 1e25f56..6aba92a 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 19 11:33:55 UTC 2022 - Matej Cepl + +- Update BR for libxml2-devel to the current version. +- Add missing BR for python-base. + ------------------------------------------------------------------- Sat Jul 9 14:10:48 UTC 2022 - Arun Persaud diff --git a/python-lxml.spec b/python-lxml.spec index ca42102..ec8b29c 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -27,10 +27,11 @@ URL: https://lxml.de/ Source0: https://files.pythonhosted.org/packages/source/l/lxml/lxml-%{version}.tar.gz Source1: https://lxml.de/lxmldoc-4.5.2.pdf BuildRequires: %{python_module Cython >= 0.29.7} +BuildRequires: %{python_module base} BuildRequires: %{python_module cssselect >= 0.9.1} BuildRequires: %{python_module setuptools >= 18.0.1} BuildRequires: fdupes -BuildRequires: libxml2-devel >= 2.9.5 +BuildRequires: libxml2-devel >= 2.10.2 BuildRequires: libxslt-devel >= 1.1.23 BuildRequires: python-rpm-macros Requires: python-cssselect >= 0.9.1