aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-oauth2/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-oauth2/APKBUILD')
-rw-r--r--main/py-oauth2/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-oauth2/APKBUILD b/main/py-oauth2/APKBUILD
index 08a729a1e57..cd2b1cfa44a 100644
--- a/main/py-oauth2/APKBUILD
+++ b/main/py-oauth2/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Python library for OAuth"
url="https://github.com/simplegeo/python-oauth2"
arch="noarch"
license="MIT"
-depends="python py-httplib2"
+depends="python2 py-httplib2"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""