commit: 7372172ca3cd055a38cdb3ae6842c13e887a8dc5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 08:32:47 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 09:29:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7372172c
dev-python/google-auth: Add missing test dep on aioresponses
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/google-auth/google-auth-2.37.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/google-auth/google-auth-2.37.0.ebuild
b/dev-python/google-auth/google-auth-2.37.0.ebuild
index 9236217e0bc9..14d4582fa1b1 100644
--- a/dev-python/google-auth/google-auth-2.37.0.ebuild
+++ b/dev-python/google-auth/google-auth-2.37.0.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
"
BDEPEND="
test? (
+ dev-python/aioresponses[${PYTHON_USEDEP}]
>=dev-python/cryptography-38.0.3[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
dev-python/freezegun[${PYTHON_USEDEP}]