diff --git a/virt-manager.changes b/virt-manager.changes index dee75567..0752c1f9 100644 --- a/virt-manager.changes +++ b/virt-manager.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 22 11:33:51 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/virt-manager.spec b/virt-manager.spec index bcd6083a..3d55c0d5 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -109,6 +109,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