diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-10 08:21:44 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-10 16:37:34 -0500 |
commit | ec0890935d5c79dc772d5bc43137a94d192ba16c (patch) | |
tree | 3003b765b23e81ae29c4a3578f6854dc59e47aa4 /libraries | |
parent | 81ab24d60b34a3bbaf77f7479d8acf6452b2c545 (diff) | |
download | slackbuilds-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')
-rw-r--r-- | libraries/simplegeneric/simplegeneric.info | 2 |
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" |