diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-10-11 13:21:27 +0200 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-11-04 09:53:56 -0500 |
commit | 2ee60d20f4fa37fed6a8385e7f1b2d4b1184c0e1 (patch) | |
tree | 575000a8615731060c3c9c6abc9a4604b46d8426 /python | |
parent | 52b0ecde0ab7e991460f167e77f03497cb55fc8e (diff) |
python/python-oauth2: Added distribute to REQUIRES.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-oauth2/python-oauth2.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-oauth2/python-oauth2.info b/python/python-oauth2/python-oauth2.info index 63536b9fa1c6..7df98f989e44 100644 --- a/python/python-oauth2/python-oauth2.info +++ b/python/python-oauth2/python-oauth2.info @@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/o/oauth2/oauth2-1.5.211.tar.gz" MD5SUM="987ad7365a70e2286bd1cebb344debbc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="urlgrabber" +REQUIRES="distribute urlgrabber" MAINTAINER="David Somero" EMAIL="dsomero@hotmail.com" |