Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-google-auth
Commits: 65f5f8d1 by Jelle van der Waa at 2023-09-03T17:55:14+02:00 Add missing dependency on python-aiohttp Fixes: FS#68052 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,12 +2,12 @@ pkgname=python-google-auth pkgver=2.18.1 -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') +depends=('python-cachetools' 'python-certifi' 'python-pyasn1-modules' 'python-rsa' 'python-aiohttp') makedepends=('python-setuptools') checkdepends=('python-pytest' 'python-mock' 'python-requests' 'python-flask' 'python-oauth2client' 'python-pytest-localserver' 'python-cryptography' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth/-/commit/65f5f8d1d56b6e1467a3be6374116effb097be90 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth/-/commit/65f5f8d1d56b6e1467a3be6374116effb097be90 You're receiving this email because of your account on gitlab.archlinux.org.
