[Kimchi-devel] [PATCH] Add python-mock to README.md
Daniel Henrique Barboza
dhbarboza82 at gmail.com
Tue Nov 24 14:49:47 UTC 2015
Reviewed-by: Daniel Barboza <dhbarboza82 at gmail.com>
On 11/23/2015 09:13 PM, Rodrigo Trujillo wrote:
> Supported distributions provide python-mock. This patch updates
> README.md with this information.
>
> Signed-off-by: Rodrigo Trujillo <rodrigo.trujillo at linux.vnet.ibm.com>
> ---
> src/wok/plugins/kimchi/docs/README.md | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/src/wok/plugins/kimchi/docs/README.md b/src/wok/plugins/kimchi/docs/README.md
> index 16fd1e5..23db018 100644
> --- a/src/wok/plugins/kimchi/docs/README.md
> +++ b/src/wok/plugins/kimchi/docs/README.md
> @@ -63,8 +63,7 @@ Install Dependencies
> $ sudo service libvirtd restart
>
> # These dependencies are only required if you want to run the tests:
> - $ sudo yum install pyflakes python-pep8 python-requests
> - $ sudo pip install mock
> + $ sudo yum install pyflakes python-pep8 python-requests python-mock
>
>
> *Note for RHEL users*: Some of the above packages are located in the Red Hat
> @@ -85,7 +84,7 @@ channel at RHN Classic or Red Hat Satellite.
> python-magic python-paramiko \
>
> # These dependencies are only required if you want to run the tests:
> - $ sudo apt-get install pep8 pyflakes python-requests
> + $ sudo apt-get install pep8 pyflakes python-requests python-mock
>
> **For openSUSE:**
>
> @@ -97,7 +96,7 @@ channel at RHN Classic or Red Hat Satellite.
> novnc python-magic
>
> # These dependencies are only required if you want to run the tests:
> - $ sudo zypper install python-pyflakes python-pep8 python-requests
> + $ sudo zypper install python-pyflakes python-pep8 python-requests python-mock
>
> *Note for openSUSE users*: Some of the above packages are located in different
> openSUSE repositories. See
More information about the Kimchi-devel
mailing list