summaryrefslogtreecommitdiff
path: root/virt-manager.spec.in
diff options
context:
space:
mode:
authorPavel Hrdina <phrdina@redhat.com>2019-06-17 12:08:34 +0200
committerPavel Hrdina <phrdina@redhat.com>2019-06-17 12:08:34 +0200
commitd097e663249cae6659f3753ebe9b7745f3d494d2 (patch)
tree8b43c04c164577b788762064f201ce9ed3a3cbcf /virt-manager.spec.in
parent09abca4f7679de96d369bb7aeb54bf5ba446912a (diff)
downloadvirt-manager-d097e663249cae6659f3753ebe9b7745f3d494d2.tar.gz
spec: add build dependencies that are now required for build
Recent changes refactored a code in a whey that running setup.py requires more python modules and we need to reflect that in our spec file in order to build RPMs. We should not need all of these as they are not used but that will require a lot of code changes. We should eventually fix it. Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Diffstat (limited to 'virt-manager.spec.in')
-rw-r--r--virt-manager.spec.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/virt-manager.spec.in b/virt-manager.spec.in
index 51e17428..847864dc 100644
--- a/virt-manager.spec.in
+++ b/virt-manager.spec.in
@@ -59,6 +59,11 @@ Suggests: python3-libguestfs
BuildRequires: intltool
BuildRequires: /usr/bin/pod2man
BuildRequires: python3-devel
+BuildRequires: python3-gobject-base
+BuildRequires: python3-libvirt
+BuildRequires: python3-libxml2
+BuildRequires: python3-requests
+BuildRequires: libosinfo >= 0.2.10
%description