diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-10-03 10:46:32 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-10-03 10:50:51 -0700 |
commit | 26ceda8615919ba04f3de5d408733bf2a999b6f3 (patch) | |
tree | a6306cdf525f1d29d58326610e80e302107402af | |
parent | app-misc/yq: setuptools RDEPEND (diff) | |
download | gentoo-26ceda8615919ba04f3de5d408733bf2a999b6f3.tar.gz gentoo-26ceda8615919ba04f3de5d408733bf2a999b6f3.tar.bz2 gentoo-26ceda8615919ba04f3de5d408733bf2a999b6f3.zip |
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@gentoo.org>
-rw-r--r-- | dev-python/google-auth/google-auth-1.20.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 37babe3c06d1..371c951a2d52 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 |