diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile index 9fc6cff0454e..08228010b871 100644 --- a/net/py-twitter/Makefile +++ b/net/py-twitter/Makefile @@ -3,6 +3,7 @@ PORTNAME= twitter PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +14,11 @@ COMMENT= Python wrapper around the Twitter API LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \ - ${PYTHON_PKGNAMEPREFIX}oauth2>=0:${PORTSDIR}/net/py-oauth2 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:${PORTSDIR}/www/py-requests-oauthlib \ ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson USES= python:2 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include