Accepting request 643882 from home:Guillaume_G:branches:Virtualization

- boo#1112729 - Add missing python3-six dep introduced by patch 0003-virtinst-python3-avoid-using-long-type.patch

OBS-URL: https://build.opensuse.org/request/show/643882
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=435
This commit is contained in:
Dirk Mueller 2018-10-24 18:24:27 +00:00 committed by Git OBS Bridge
parent 476fb9a620
commit 98383b940e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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> Tue Oct 16 02:24:29 UTC 2018 - James Fehlig <jfehlig@suse.com>

View File

@ -109,6 +109,8 @@ Requires: dbus-1-x11
Requires: dconf Requires: dconf
Requires: gtk3 Requires: gtk3
Requires: python3-gobject-Gdk 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 # For console widget
Requires: python3-cairo Requires: python3-cairo
Requires: python3-gobject-cairo Requires: python3-gobject-cairo