diff --git a/srcpkgs/python-twitter/template b/srcpkgs/python-twitter/template index afab2d42fcf..1ea8c13fe4d 100644 --- a/srcpkgs/python-twitter/template +++ b/srcpkgs/python-twitter/template @@ -1,13 +1,13 @@ # Template file for 'python-twitter' pkgname=python-twitter version=3.1 -revision=1 +revision=2 noarch=yes build_style=python-module python_versions="2.7 3.4" pycompile_module="twitter" hostmakedepends="python-setuptools python3.4-setuptools" -depends="python-requests python-requests-oauthlib" +depends="python-future python-requests python-requests-oauthlib" short_desc="Python2 wrapper around the Twitter API" maintainer="Peter Bui " license="Apache-2.0" @@ -17,9 +17,9 @@ checksum=74cfdd6a7bbe00fdd08ce582c9a2ee5d6c080e6c228ffced009a356092fbb923 python3.4-twitter_package() { noarch=yes - depends="python3.4-requests python3.4-requests-oauthlib" pycompile_version="3.4" pycompile_module="twitter" + depends="python3.4-future python3.4-requests python3.4-requests-oauthlib" short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4