- boo#1112729 - Add missing python3-six dep introduced by patch

0003-virtinst-python3-avoid-using-long-type.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=441
This commit is contained in:
Charles Arnold 2018-11-01 17:06:59 +00:00 committed by Git OBS Bridge
parent 64f711f1ad
commit 98044a4652
2 changed files with 8 additions and 0 deletions

View File

@ -56,6 +56,12 @@ Tue Oct 30 15:37:09 MDT 2018 - carnold@suse.com
virtman-packages.patch
virtmisc-python2-to-python3-conversion.patch
-------------------------------------------------------------------
Mon Oct 22 11:33:51 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- boo#1112729 - Add missing python3-six dep introduced by patch
0003-virtinst-python3-avoid-using-long-type.patch
-------------------------------------------------------------------
Tue Oct 16 02:24:29 UTC 2018 - James Fehlig <jfehlig@suse.com>

View File

@ -87,6 +87,8 @@ Requires: dbus-1-x11
Requires: dconf
Requires: gtk3
Requires: python3-gobject-Gdk
# Patch 0003-virtinst-python3-avoid-using-long-type.patch adds a python3-six dependency. Drop it when dropping the patch.
Requires: python3-six
# For console widget
Requires: python3-cairo
Requires: python3-gobject-cairo