Opened 9 years ago
Closed 9 years ago
#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 (1)
comment:1 Changed 9 years ago by Dustin J. Mitchell
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Add MySQL-python requirement for Postgres.
Fixes #2168