aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-twitter/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-twitter/APKBUILD')
-rw-r--r--main/py-twitter/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-twitter/APKBUILD b/main/py-twitter/APKBUILD
index b46c4de45a..dc42f54b38 100644
--- a/main/py-twitter/APKBUILD
+++ b/main/py-twitter/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Python wrapper around the Twitter API'"
url="https://pypi.python.org/pypi/python-twitter"
arch="noarch"
license="Apache"
-depends="python py-httplib2 py-simplejson py-oauth2 py-requests-oauthlib"
+depends="python2 py-httplib2 py-simplejson py-oauth2 py-requests-oauthlib"
depends_dev="python2-dev py-setuptools"
makedepends="$depends_dev"
install=""