diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-10-11 13:24:49 +0200 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-11-04 09:53:56 -0500 |
commit | af9b1b962b202bbde5c11772c32946f8d6fb77e2 (patch) | |
tree | 14c8fb5319f7c4ac4c3ac40e38d4fd12c1cfa35f /python | |
parent | 2ee60d20f4fa37fed6a8385e7f1b2d4b1184c0e1 (diff) | |
download | slackbuilds-af9b1b962b202bbde5c11772c32946f8d6fb77e2.tar.gz |
python/tweepy: Added distribute to REQUIRES.
Thanks to Christopher Rodriguez
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/tweepy/tweepy.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tweepy/tweepy.info b/python/tweepy/tweepy.info index d10deffa5c..a44d80e489 100644 --- a/python/tweepy/tweepy.info +++ b/python/tweepy/tweepy.info @@ -5,6 +5,6 @@ DOWNLOAD="http://ponce.cc/slackware/sources/repo/tweepy-1.10.tar.xz" MD5SUM="92e7a4fbfdd48a4e6da0107ef42367fe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="distribute" MAINTAINER="Matteo Bernardini" EMAIL="ponce@slackbuilds.org" |