diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-01-09 16:17:21 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:57 -0600 |
commit | 5ce0b4c39a02edb7f34bc0c6f2dc644886946eed (patch) | |
tree | 2678a458d51c66f5dac17a28888f6aacbce9ffd7 /python | |
parent | a967a819dba5ab9e3fa9aa3f9f4eefd8acd4ddfc (diff) | |
download | slackbuilds-5ce0b4c39a02edb7f34bc0c6f2dc644886946eed.tar.gz |
python/threadpool: Added pysetuptools as dependency.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/threadpool/threadpool.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/threadpool/threadpool.info b/python/threadpool/threadpool.info index 7eeefe4815..56845f4a87 100644 --- a/python/threadpool/threadpool.info +++ b/python/threadpool/threadpool.info @@ -5,6 +5,6 @@ DOWNLOAD="http://chrisarndt.de/projects/threadpool/download/threadpool-1.2.7.tar MD5SUM="e1d5a4f73440ed701dfd0b3eb0d9c1ca" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="%README%" +REQUIRES="pysetuptools" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |