Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httplib2/
Date: Wed, 18 May 2022 09:48:39
Message-Id: 1652867257.23c93a60add5721f199d390d3bc484e0abd09bcc.mgorny@gentoo
1 commit: 23c93a60add5721f199d390d3bc484e0abd09bcc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 18 09:47:37 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 18 09:47:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c93a60
7
8 dev-python/httplib2: Add test dep on dev-python/six
9
10 Closes: https://bugs.gentoo.org/845288
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/httplib2/httplib2-0.20.4.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/httplib2/httplib2-0.20.4.ebuild b/dev-python/httplib2/httplib2-0.20.4.ebuild
17 index 9d81a60ff99c..bc4dff342200 100644
18 --- a/dev-python/httplib2/httplib2-0.20.4.ebuild
19 +++ b/dev-python/httplib2/httplib2-0.20.4.ebuild
20 @@ -30,6 +30,7 @@ BDEPEND="
21 test? (
22 dev-libs/openssl
23 dev-python/pytest-timeout[${PYTHON_USEDEP}]
24 + dev-python/six[${PYTHON_USEDEP}]
25 )
26 "