commit: 26ceda8615919ba04f3de5d408733bf2a999b6f3 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sat Oct 3 17:46:32 2020 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Oct 3 17:50:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ceda86
dev-python/google-auth: setuptools RDEPEND Closes: https://bugs.gentoo.org/746293 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-python/google-auth/google-auth-1.20.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/google-auth/google-auth-1.20.1.ebuild b/dev-python/google-auth/google-auth-1.20.1.ebuild index 37babe3c06d..371c951a2d5 100644 --- a/dev-python/google-auth/google-auth-1.20.1.ebuild +++ b/dev-python/google-auth/google-auth-1.20.1.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1