Adds missing dependency to the documentation

Trove depends on MySQL-python package, to compile and install it is
required libmysqlclient-dev, otherwise the installation procedure
described in 'doc/source/dev/manual_install.rst' will fail in recently
installed boxes.

Closes-Bug: #1261525
Change-Id: I0cc325eb7efb056efe9682fa3478795ae025bfa1
This commit is contained in:
Felipe Reyes 2013-12-05 02:19:11 +00:00
parent e20e29bf4b
commit 2fab11b82c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Install dependencies
--------------------
* Install required packages::
# sudo apt-get install build-essential libxslt1-dev qemu-utils mysql-client git python-dev python-pexpect python-mysqldb
# sudo apt-get install build-essential libxslt1-dev qemu-utils mysql-client git python-dev python-pexpect python-mysqldb libmysqlclient-dev
* Some packages in Ubuntu repo are outdated, so install their latest version from sources::