[Kimchi-devel] [PATCH] Add correct name for libxslt for Kimchi plugin
Socorro Stoppler
socorro at linux.vnet.ibm.com
Tue Oct 20 19:38:21 UTC 2015
Per Paulo, xsltproc need to be added/changed for Kimchi plugin as well
Signed-off-by: Socorro Stoppler <socorro at linux.vnet.ibm.com>
---
src/wok/plugins/kimchi/contrib/DEBIAN/control.in | 2 +-
src/wok/plugins/kimchi/docs/README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/wok/plugins/kimchi/contrib/DEBIAN/control.in b/src/wok/plugins/kimchi/contrib/DEBIAN/control.in
index 6e03049..ba528a1 100644
--- a/src/wok/plugins/kimchi/contrib/DEBIAN/control.in
+++ b/src/wok/plugins/kimchi/contrib/DEBIAN/control.in
@@ -25,7 +25,7 @@ Depends: wok,
libguestfs-tools,
spice-html5,
python-magic
-Build-Depends: libxslt,
+Build-Depends: xsltproc,
python-lxml,
python-dev,
python-pip
diff --git a/src/wok/plugins/kimchi/docs/README.md b/src/wok/plugins/kimchi/docs/README.md
index fb0aef9..2b0427a 100644
--- a/src/wok/plugins/kimchi/docs/README.md
+++ b/src/wok/plugins/kimchi/docs/README.md
@@ -78,7 +78,7 @@ channel at RHN Classic or Red Hat Satellite.
$ sudo apt-get install wok python-imaging python-configobj websockify \
novnc python-libvirt libvirt-bin nfs-common \
qemu-kvm python-parted python-ethtool sosreport \
- python-ipaddr python-lxml open-iscsi \
+ xsltproc python-ipaddr python-lxml open-iscsi \
python-guestfs libguestfs-tools spice-html5 \
python-magic \
--
1.9.1
More information about the Kimchi-devel
mailing list