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>
This commit is contained in:
Pavel Hrdina 2019-06-17 12:08:34 +02:00
parent 09abca4f76
commit d097e66324

View File

@ -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