[Kimchi-devel] [PATCH] [Kimchi 1/2] Remove wok dependency from README

Rodrigo Trujillo rodrigo.trujillo at linux.vnet.ibm.com
Mon Dec 14 15:19:05 UTC 2015


Once Wok is not in the package list anymore, then the README should mention
how and where get it from.

On 12/14/2015 10:40 AM, Aline Manera wrote:
> The README file lists the external packages needed by Kimchi.
> As wok is not part of any official repository, the user will not be able
> to install by a package manager tool. So remove it from the list.
>
> Signed-off-by: Aline Manera <alinefm at linux.vnet.ibm.com>
> ---
>   docs/README.md | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/docs/README.md b/docs/README.md
> index 23db018..7179f40 100644
> --- a/docs/README.md
> +++ b/docs/README.md
> @@ -48,7 +48,7 @@ Install Dependencies
>
>   **For fedora and RHEL:**
>
> -     $ sudo yum install wok libvirt-python libvirt \
> +     $ sudo yum install libvirt-python libvirt \
>                           libvirt-daemon-config-network python-imaging \
>                           qemu-kvm python-ethtool sos python-ipaddr \
>                           nfs-utils iscsi-initiator-utils pyparted \
> @@ -76,7 +76,7 @@ channel at RHN Classic or Red Hat Satellite.
>
>   **For Ubuntu (Debian-based):**
>
> -    $ sudo apt-get install wok python-imaging python-configobj websockify \
> +    $ sudo apt-get install python-imaging python-configobj websockify \
>                              novnc python-libvirt libvirt-bin nfs-common \
>                              qemu-kvm python-parted python-ethtool sosreport \
>                              xsltproc python-ipaddr python-lxml open-iscsi \
> @@ -88,7 +88,7 @@ channel at RHN Classic or Red Hat Satellite.
>
>   **For openSUSE:**
>
> -    $ sudo zypper install wok libvirt-python libvirt \
> +    $ sudo zypper install libvirt-python libvirt \
>                             libvirt-daemon-config-network python-imaging \
>                             kvm python-ethtool python-ipaddr nfs-client \
>                             open-iscsi python-parted python-libguestfs \




More information about the Kimchi-devel mailing list