From e572e4ab43a4ddad00ac7f096b0ecafe66b7dba3 Mon Sep 17 00:00:00 2001 From: Keith Maxwell Date: Mon, 30 Jul 2018 10:40:09 +0100 Subject: main/py-google-api-python-client: improved dependencies py3-google-api-python-client should not depend upon python2, python3 is sufficient. Lines 30 and 40 add the python2 dependency to py2-google-api-python-client so specifying python2 on line 10 is not required. Fixes issue #9156 --- main/py-google-api-python-client/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/py-google-api-python-client') diff --git a/main/py-google-api-python-client/APKBUILD b/main/py-google-api-python-client/APKBUILD index 32fa82315e..5cfa3f2529 100644 --- a/main/py-google-api-python-client/APKBUILD +++ b/main/py-google-api-python-client/APKBUILD @@ -2,12 +2,12 @@ pkgname=py-google-api-python-client _pkgname=google-api-python-client pkgver=1.7.4 -pkgrel=1 +pkgrel=2 pkgdesc="Google API Client Library for Python" url="https://github.com/google/google-api-python-client" arch="noarch" license="Apache" -depends="python2 py-httplib2 py-oauth2client py-uritemplate py-six" +depends="py-httplib2 py-oauth2client py-uritemplate py-six" makedepends="python2-dev python3-dev py-setuptools" subpackages="py3-${pkgname#py-}:_py3 py2-${pkgname#py-}:_py2" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" -- cgit v1.2.3