From 98044a4652397912e4c7f62280b9c10b1fa1009f Mon Sep 17 00:00:00 2001 From: Charles Arnold <carnold@suse.com> Date: Thu, 1 Nov 2018 17:06:59 +0000 Subject: [PATCH] - 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 --- virt-manager.changes | 6 ++++++ virt-manager.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/virt-manager.changes b/virt-manager.changes index 9fa8833..0bed4ab 100644 --- a/virt-manager.changes +++ b/virt-manager.changes @@ -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> diff --git a/virt-manager.spec b/virt-manager.spec index f9dce90..d8168c0 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -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