From 082d69ee50847eaf0f2a0d741e659b04ba862af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Wed, 23 Nov 2022 12:24:29 +0000 Subject: rpm: add explicit build dep on python3-setuptools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We previously got this implicitly via a dep from python3-pytest so never noticed that it was missing. The implicit dep is going away in rawhide real soon. Signed-off-by: Daniel P. Berrangé --- libvirt-python.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt-python.spec.in b/libvirt-python.spec.in index 5aee578..0dd8efe 100644 --- a/libvirt-python.spec.in +++ b/libvirt-python.spec.in @@ -23,6 +23,7 @@ BuildRequires: libvirt-devel == %{version} BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-lxml +BuildRequires: python3-setuptools BuildRequires: gcc # Don't want provides for python shared objects -- cgit v1.2.1