Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth/
Date: Sat, 03 Oct 2020 17:51:15
Message-Id: 1601747451.26ceda8615919ba04f3de5d408733bf2a999b6f3.zmedico@gentoo
1 commit: 26ceda8615919ba04f3de5d408733bf2a999b6f3
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 17:46:32 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 17:50:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ceda86
7
8 dev-python/google-auth: setuptools RDEPEND
9
10 Closes: https://bugs.gentoo.org/746293
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 dev-python/google-auth/google-auth-1.20.1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-python/google-auth/google-auth-1.20.1.ebuild b/dev-python/google-auth/google-auth-1.20.1.ebuild
18 index 37babe3c06d..371c951a2d5 100644
19 --- a/dev-python/google-auth/google-auth-1.20.1.ebuild
20 +++ b/dev-python/google-auth/google-auth-1.20.1.ebuild
21 @@ -4,6 +4,7 @@
22 EAPI=7
23
24 PYTHON_COMPAT=( python3_{6..9} )
25 +DISTUTILS_USE_SETUPTOOLS=rdepend
26
27 inherit distutils-r1