Skip to content
Snippets Groups Projects
Commit b5053149 authored by Alex Pyrgiotis's avatar Alex Pyrgiotis
Browse files

Correct dependencies list

Remove python-gevent and python-dev from the dependencies list for
snf-image-creator. These two packages were needed for kamaki < 0.1
version, but now are obsolete.
parent a6f30600
No related branches found
No related tags found
No related merge requests found
...@@ -12,10 +12,8 @@ Dependencies ...@@ -12,10 +12,8 @@ Dependencies
snf-image-creator depends on the following programs: snf-image-creator depends on the following programs:
* Python 2 [http://www.python.org/] * Python 2 [http://www.python.org/]
* Python development headers
* Python setuptools [http://pypi.python.org/pypi/setuptools] * Python setuptools [http://pypi.python.org/pypi/setuptools]
* Python Dialog [http://pythondialog.sourceforge.net/] * Python Dialog [http://pythondialog.sourceforge.net/]
* Python gevent library [http://pypi.python.org/pypi/gevent]
* Python bindings for libguestfs [http://libguestfs.org/] * Python bindings for libguestfs [http://libguestfs.org/]
* Kamaki [https://code.grnet.gr/projects/kamaki] * Kamaki [https://code.grnet.gr/projects/kamaki]
* Python sh (previously pbs) [https://github.com/amoffat/sh] * Python sh (previously pbs) [https://github.com/amoffat/sh]
...@@ -23,10 +21,10 @@ snf-image-creator depends on the following programs: ...@@ -23,10 +21,10 @@ snf-image-creator depends on the following programs:
* progress [http://pypi.python.org/pypi/progress] * progress [http://pypi.python.org/pypi/progress]
* Python interface to sendfile [http://pypi.python.org/pypi/pysendfile] * Python interface to sendfile [http://pypi.python.org/pypi/pysendfile]
The first six programs (python2, python-dev, setuptools, Python-Dialog, The first four programs (python2, setuptools, Python-Dialog, and libguestfs)
python-gevent and libguestfs) need to be installed manually by the user. In an need to be installed manually by the user. In an Ubuntu 12.04 LTS system this
Ubuntu 12.04 LTS system this can be achieved by installing packages provided by can be achieved by installing packages provided by the distribution, using the
the distribution, using the following command: following command:
.. code-block:: console .. code-block:: console
...@@ -34,13 +32,13 @@ the distribution, using the following command: ...@@ -34,13 +32,13 @@ the distribution, using the following command:
python-gevent python-dev python-gevent python-dev
The rest of the dependencies will be automatically resolved by setuptools. 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 Keep in mind though that git needs to be installed to download the source
files. You can use the following command: files. You can use the following command:
.. code-block:: console .. code-block:: console
$ apt-get install git $ apt-get install git
Python Virtual Environment Python Virtual Environment
========================== ==========================
...@@ -78,7 +76,7 @@ snf-common Installation ...@@ -78,7 +76,7 @@ snf-common Installation
Install snf-common from source, by cloning it's repository: Install snf-common from source, by cloning it's repository:
.. code-block:: console .. code-block:: console
$ cd ~ $ cd ~
$ git clone https://code.grnet.gr/git/synnefo $ git clone https://code.grnet.gr/git/synnefo
$ cd synnefo/snf-common $ cd synnefo/snf-common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment