diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/SQLAlchemy/README | 2 | ||||
-rw-r--r-- | development/SQLAlchemy/SQLAlchemy.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/development/SQLAlchemy/README b/development/SQLAlchemy/README index 673ec3d2a1..e174a89b0e 100644 --- a/development/SQLAlchemy/README +++ b/development/SQLAlchemy/README @@ -2,5 +2,3 @@ SQLAlchemy (The Python SQL Toolkit and Object Relational Mapper) SQLAlchemy is a Pythonic open source SQL toolkit and Object Relational Mapper, by Michael Bayer. - -Requires pysetuptools (available on SlackBuilds.org) diff --git a/development/SQLAlchemy/SQLAlchemy.info b/development/SQLAlchemy/SQLAlchemy.info index f51ea0235e..9cf0805dd9 100644 --- a/development/SQLAlchemy/SQLAlchemy.info +++ b/development/SQLAlchemy/SQLAlchemy.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/project/sqlalchemy/sqlalchemy/0.5.5/S MD5SUM="6a518d2c16caf10bdbce85ad06e08abb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pysetuptools" +REQUIRES="distribute" MAINTAINER="Andrea Maccis" EMAIL="andrea.maccis@gmail.com" |