[Kimchi-devel] [PATCH] [Kimchi] Fixing Opensuse Leap package name
dhbarboza82 at gmail.com
dhbarboza82 at gmail.com
Thu Jun 23 19:35:15 UTC 2016
From: Daniel Henrique Barboza <danielhb at linux.vnet.ibm.com>
In Opensuse Leap 42.1, 'python-pillow' is named 'python-Pillow'.
This subtle change was enough to break Kimchi RPM install
in that system.
Signed-off-by: Daniel Henrique Barboza <danielhb at linux.vnet.ibm.com>
---
contrib/kimchi.spec.suse.in | 2 +-
docs/opensuse-deps.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/kimchi.spec.suse.in b/contrib/kimchi.spec.suse.in
index c12bcab..3d0896b 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-pillow
+Requires: python-Pillow
Requires: python-parted
Requires: python-psutil >= 0.6.0
Requires: python-jsonschema >= 1.3.0
diff --git a/docs/opensuse-deps.md b/docs/opensuse-deps.md
index a8763b3..a69dacd 100644
--- a/docs/opensuse-deps.md
+++ b/docs/opensuse-deps.md
@@ -34,7 +34,7 @@ Runtime Dependencies
nfs-client open-iscsi python-parted \
python-libguestfs python-configobj guestfs-tools \
python-websockify novnc python-magic \
- python-paramiko python-pillow
+ python-paramiko python-Pillow
Packages required for UI development
------------------------------------
--
2.5.5
More information about the Kimchi-devel
mailing list