diff options
Diffstat (limited to 'main/py-oauth2client')
-rw-r--r-- | main/py-oauth2client/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-oauth2client/APKBUILD b/main/py-oauth2client/APKBUILD index 0decfcb072..31098abf44 100644 --- a/main/py-oauth2client/APKBUILD +++ b/main/py-oauth2client/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="Apache" depends="python py-asn1 py-httplib2 py-asn1-modules py-rsa py-six" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |