diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2010-08-22 19:16:04 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-23 00:53:50 -0500 |
commit | 3c745e283b04bc376d53e1bdd0acb93476f55fc7 (patch) | |
tree | f93709557bdbe925a878fd693eadd257dd7aaad3 /libraries/SQLObject/README | |
parent | c13dc6dd3d31ed234b41ac07fa1ac20aaf102c1e (diff) | |
download | slackbuilds-3c745e283b04bc376d53e1bdd0acb93476f55fc7.tar.gz |
libraries/SQLObject: Updated for version 0.12.4.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/SQLObject/README')
-rw-r--r-- | libraries/SQLObject/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/SQLObject/README b/libraries/SQLObject/README index af1e00c8f0..a726dfb801 100644 --- a/libraries/SQLObject/README +++ b/libraries/SQLObject/README @@ -7,7 +7,8 @@ provides substantial database independence for applications. Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB (SAPDB). -NOTE: Requires pysetuptools and FormEncode +This requires pysetuptools and FormEncode. Also, docutils, if installed, +is used to build html docs at build time, but that is optional. NOTE: SQLObject checks for supported databases at run time. Following Python modules are needed for the actual databases: MySQLdb |