summaryrefslogtreecommitdiffstats
path: root/libraries/simplegeneric
diff options
context:
space:
mode:
author Robby Workman2012-09-10 15:21:44 +0200
committer Robby Workman2012-09-10 23:37:34 +0200
commitec0890935d5c79dc772d5bc43137a94d192ba16c (patch)
tree3003b765b23e81ae29c4a3578f6854dc59e47aa4 /libraries/simplegeneric
parent81ab24d60b34a3bbaf77f7479d8acf6452b2c545 (diff)
downloadslackbuilds-ec0890935d5c79dc772d5bc43137a94d192ba16c.tar.gz
libraries/simplegeneric: Require distribute instead of pysetuptools
Yes, pytsetuptools and distribute are mostly interchangeable (or at least, distribute can supposedly *always* be used instead), but we have seen a few cases where some things *require* distribute, so there's a bit of a conflict when other things needed in the same dep chain require pysetuputils. It seems best to make everything require distribute, and then we eliminate the potential conflicts. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/simplegeneric')
-rw-r--r--libraries/simplegeneric/simplegeneric.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/simplegeneric/simplegeneric.info b/libraries/simplegeneric/simplegeneric.info
index c90c94d29b..a434fac1fd 100644
--- a/libraries/simplegeneric/simplegeneric.info
+++ b/libraries/simplegeneric/simplegeneric.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0
MD5SUM="f9c1fab00fd981be588fc32759f474e3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pysetuptools"
+REQUIRES="distribute"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"