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-api-python-client/
Date: Mon, 31 Aug 2020 00:56:01
Message-Id: 1598835262.fe3250518d453c6c1c06e9f4830bf88dc1fa9ca4.zmedico@gentoo
1 commit: fe3250518d453c6c1c06e9f4830bf88dc1fa9ca4
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 00:53:29 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 00:54:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe325051
7
8 dev-python/google-api-python-client: Add dev-python/rsa test dep
9
10 The rsa dependency is not in the unpacked sources, it's
11 dynamically added by distutils_install_for_testing.
12
13 Closes: https://bugs.gentoo.org/733716
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
16
17 .../google-api-python-client/google-api-python-client-1.8.3-r1.ebuild | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
21 index eef43c9585f..7b8d1f8b871 100644
22 --- a/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
23 +++ b/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
24 @@ -34,6 +34,7 @@ DEPEND="${RDEPEND}
25 test? (
26 dev-python/google-auth-httplib2[${PYTHON_USEDEP}]
27 dev-python/oauth2client[${PYTHON_USEDEP}]
28 + dev-python/rsa[${PYTHON_USEDEP}]
29 dev-python/unittest2[${PYTHON_USEDEP}]
30 )"