diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-02-22 12:09:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-02-22 12:09:13 +0700 |
commit | 0eff0c3ed849e6ec9bbdfc275721e3e47d1c96bd (patch) | |
tree | 02e9e42eff423164ebe0c54396d18bafa02c8a53 /python/python-twitter | |
parent | 3862e582fadf667cbd96dcfc42edc56f46559ca5 (diff) | |
download | slackbuilds-0eff0c3ed849e6ec9bbdfc275721e3e47d1c96bd.tar.gz |
python/python-twitter: Fix dependency.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-twitter')
-rw-r--r-- | python/python-twitter/python-twitter.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-twitter/python-twitter.info b/python/python-twitter/python-twitter.info index bc3dc532f1..19a260ed41 100644 --- a/python/python-twitter/python-twitter.info +++ b/python/python-twitter/python-twitter.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/p/python-twitter/python-twitte MD5SUM="84a1076388187196b4d83a6a658d722a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="simplejson oauth2 requests-oauthlib" +REQUIRES="simplejson python-oauth2 requests-oauthlib" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |