From 937d7e9d23f254dae6b94cd4e7c735b481e3c06e Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Fri, 24 Aug 2012 16:31:09 -0500 Subject: [PATCH] development/SQLAlchemy: Fixed dep info Signed-off-by: Erik Hanson --- development/SQLAlchemy/README | 2 -- development/SQLAlchemy/SQLAlchemy.info | 2 +- 2 files changed, 1 insertion(+), 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"