From 8ccdfd49f08f5390e356b1ad31a09998e3ccb6c6bd39a3b38d8f36afdfe22cb4 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Mon, 9 May 2022 17:39:48 +0000 Subject: [PATCH] Add lxml module as a build requirement OBS-URL: https://build.opensuse.org/package/show/Virtualization/python-libvirt-python?expand=0&rev=114 --- python-libvirt-python.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-libvirt-python.spec b/python-libvirt-python.spec index 05d8f7c..0d3824e 100644 --- a/python-libvirt-python.spec +++ b/python-libvirt-python.spec @@ -34,8 +34,8 @@ BuildRequires: libvirt-devel = %{version} BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{python_module devel} +BuildRequires: %{python_module lxml} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module xml} %ifpython2 Provides: libvirt-python = %{version} Obsoletes: libvirt-python < %{version}