Ticket #2168 (closed enhancement: fixed)
Docs on python MySQL requirements missing
| Reported by: | mverwijs | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | undecided |
| Version: | 0.8.5 | Keywords: | docs |
| Cc: |
Description
Documentation on how to install the mysql requirements for BuildBot are missing.
A non-python-programmer will find it hard to figure out how learn which (python) packages are missing and what commands to invoke.
On Debian, these steps include:
- As root: apt-get build-dep python-mysqldb
- As buildbot-user: pip install MySQL-python
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Add MySQL-python requirement for Postgres.
Fixes #2168