diff mbox

docs: Add the Debian package name for virtualenv/mysql

Message ID 1414250683-11603-1-git-send-email-damien.lespiau@intel.com
State Accepted
Headers show

Commit Message

Damien Lespiau Oct. 25, 2014, 3:24 p.m. UTC
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 docs/HACKING | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Jeremy Kerr Nov. 10, 2014, 12:33 p.m. UTC | #1
Hi Damien,

> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
> ---
>   docs/HACKING | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)

Thanks, applied.

Cheers,


Jeremy
diff mbox

Patch

diff --git a/docs/HACKING b/docs/HACKING
index b5785bf..5ee232d 100644
--- a/docs/HACKING
+++ b/docs/HACKING
@@ -7,7 +7,8 @@  It's always a good idea to use virtualenv to develop python software.
    Because we're going to recompile our dependencies, we'll also need
    development headers:
 
-   - For the MySQL/MariaDB setups: mariadb-devel (Fedora)
+   - For the MySQL/MariaDB setups: mariadb-devel (Fedora), libmysqlclient-dev
+     (Debian)
 
 2. Create a new virtual environement. Virtual environments are "instances" of
    your system python, without any of the extra python packages installed.