From 2fab11b82c897f99e9c575b804e6b05309ea33cf Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Thu, 5 Dec 2013 02:19:11 +0000 Subject: [PATCH] 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 --- doc/source/dev/manual_install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/dev/manual_install.rst b/doc/source/dev/manual_install.rst index 74d9cc08a7..5f57bf7d71 100644 --- a/doc/source/dev/manual_install.rst +++ b/doc/source/dev/manual_install.rst @@ -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::