diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-26 18:50:58 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-26 18:50:58 +0200 |
commit | 16697de6eb553679ad79b6372bb777c429f95971 (patch) | |
tree | 7526372df717845fed026db825cef3495a01d1b8 /libraries/SQLObject/README | |
parent | 9a1aa6754a7f82f8ea434b689f13b97e8991093a (diff) | |
download | slackbuilds-16697de6eb553679ad79b6372bb777c429f95971.tar.gz |
libraries/SQLObject: Fixed dep information
Diffstat (limited to 'libraries/SQLObject/README')
-rw-r--r-- | libraries/SQLObject/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libraries/SQLObject/README b/libraries/SQLObject/README index 459dc439ab..5b10134c37 100644 --- a/libraries/SQLObject/README +++ b/libraries/SQLObject/README @@ -7,11 +7,10 @@ provides substantial database independence for applications. Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB (SAPDB). -This requires pysetuptools and FormEncode. Also, docutils, if installed, -is used to build html docs at build time, but that is optional. +docutils is an optional dependency used to build html docs. NOTE: SQLObject checks for supported databases at run time. You can -find MySQL-python and psycopg2 (MySQL and PostrgreSQL support, -respectively) modules on SlackBuilds.org. For SQLite, SQLObject can +use the MySQL-python and psycopg2 (MySQL and PostrgreSQL support, +respectively) optional dependencies. For SQLite, SQLObject can use the standard Python module sqlite3, or an externally installed PySQLite2. For the rest, check the SQLObject documentation for links. |