
Sorry, i need a coffee. Reviewed-By: Ramon Medeiros <ramonn@br.ibm.com> On 02/05/2016 09:17 AM, Paulo Ricardo Paz Vital wrote:
Read the full commit message! :-P
On 02/05/2016 09:16 AM, Ramon Medeiros wrote:
And for debian?
On 02/04/2016 04:56 PM, pvital@linux.vnet.ibm.com wrote:
From: Paulo Vital <pvital@linux.vnet.ibm.com>
Distros based on RPM replaced PIL (python-imaging) with Pillow (python-pillow). This patch add Pillow as dependency to prevent Kimchi to not be loaded during Wok startup.
Distros based on DEB still have python-imaging package as option to install.
Signed-off-by: Paulo Vital <pvital@linux.vnet.ibm.com> --- contrib/kimchi.spec.fedora.in | 2 +- contrib/kimchi.spec.suse.in | 2 +- docs/fedora-deps.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/contrib/kimchi.spec.fedora.in b/contrib/kimchi.spec.fedora.in index cc69da2..c2111f9 100644 --- a/contrib/kimchi.spec.fedora.in +++ b/contrib/kimchi.spec.fedora.in @@ -17,7 +17,7 @@ Requires: libvirt-daemon-config-network Requires: python-websockify Requires: python-configobj Requires: novnc -Requires: python-imaging +Requires: python-pillow Requires: pyparted Requires: python-psutil >= 0.6.0 Requires: python-jsonschema >= 1.3.0 diff --git a/contrib/kimchi.spec.suse.in b/contrib/kimchi.spec.suse.in index e9951b6..59207fd 100644 --- a/contrib/kimchi.spec.suse.in +++ b/contrib/kimchi.spec.suse.in @@ -17,7 +17,7 @@ Requires: libvirt-daemon-config-network Requires: python-websockify Requires: python-configobj Requires: novnc -Requires: python-imaging +Requires: python-pillow Requires: python-parted Requires: python-psutil >= 0.6.0 Requires: python-jsonschema >= 1.3.0 diff --git a/docs/fedora-deps.md b/docs/fedora-deps.md index 505993f..ca24994 100644 --- a/docs/fedora-deps.md +++ b/docs/fedora-deps.md @@ -26,11 +26,11 @@ Runtime Dependencies --------------------
$ sudo yum install libvirt-python libvirt libvirt-daemon-config-network \ - qemu-kvm python-ethtool sos python-ipaddr \ - nfs-utils iscsi-initiator-utils pyparted \ - python-libguestfs libguestfs-tools \ - python-websockify novnc spice-html5 \ - python-configobj python-magic python-paramiko + qemu-kvm python-ethtool sos python-ipaddr nfs-utils \ + iscsi-initiator-utils pyparted python-libguestfs \ + libguestfs-tools python-websockify novnc spice-html5 \ + python-configobj python-magic python-paramiko \ + python-pillow
# For RHEL systems, install the additional packages: $ sudo yum install python-ordereddict
-- Ramon Nunes Medeiros Kimchi Developer Linux Technology Center Brazil IBM Systems & Technology Group Phone : +55 19 2132 7878 ramonn@br.ibm.com