From 16697de6eb553679ad79b6372bb777c429f95971 Mon Sep 17 00:00:00 2001 From: ponce Date: Sun, 26 Aug 2012 18:50:58 +0200 Subject: libraries/SQLObject: Fixed dep information --- libraries/SQLObject/README | 7 +++---- libraries/SQLObject/SQLObject.info | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'libraries/SQLObject') 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. diff --git a/libraries/SQLObject/SQLObject.info b/libraries/SQLObject/SQLObject.info index 649039037b..90d9643662 100644 --- a/libraries/SQLObject/SQLObject.info +++ b/libraries/SQLObject/SQLObject.info @@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/S/SQLObject/SQLObject-1.3.0.tar MD5SUM="c96200159bc45654873ea0232b70e498" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="FormEncode MySQL-python docutils postgresql psycopg2 pysetuptools" +REQUIRES="FormEncode" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" -- cgit v1.2.3-65-gdbad