Date: Sunday, January 1, 2023 @ 15:59:50 Author: jelle Revision: 1372783
upgpkg: python-google-auth 2.15.0-2: Drop python-setuptools as dependency Modified: python-google-auth/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-01 15:55:55 UTC (rev 1372782) +++ PKGBUILD 2023-01-01 15:59:50 UTC (rev 1372783) @@ -2,13 +2,13 @@ pkgname=python-google-auth pkgver=2.15.0 -pkgrel=1 +pkgrel=2 pkgdesc="Google Authentication Library" url="https://github.com/GoogleCloudPlatform/google-auth-library-python" license=('Apache') arch=('any') -depends=('python-cachetools' 'python-certifi' 'python-pyasn1-modules' 'python-rsa' - 'python-setuptools') +depends=('python-cachetools' 'python-certifi' 'python-pyasn1-modules' 'python-rsa') +makedepends=('python-setuptools') checkdepends=('python-pytest' 'python-mock' 'python-requests' 'python-flask' 'python-oauth2client' 'python-pytest-localserver' 'python-cryptography' 'python-freezegun' 'python-responses' 'python-pyopenssl' 'python-pyu2f')
