From 4b12f9c3d88dac42d28c521d18827eb1e285c26d Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 26 Nov 2012 09:17:05 +0200 Subject: [PATCH] Do not apt-get python-gevent and python-dev As stated in commit b50531496d1d44e5562cc164364eb5373f2f9e5e, these packages are not needed for the installation of snf-image-creator. --- docs/install.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index e104616..4146ece 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -28,8 +28,7 @@ following command: .. code-block:: console - $ apt-get install python-setuptools python-guestfs python-dialog \ - python-gevent python-dev + $ apt-get install python-setuptools python-guestfs python-dialog The rest of the dependencies will be automatically resolved by setuptools. Keep in mind though that git needs to be installed to download the source -- 1.7.10.4