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: Thu, 04 Jun 2020 10:32:53
Message-Id: 1591266766.4ab6f0718186e031bc91f4f596eb3e41de075092.mgorny@gentoo
1 commit: 4ab6f0718186e031bc91f4f596eb3e41de075092
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 4 10:32:19 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 10:32:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab6f071
7
8 dev-python/httplib2: Add missing mock dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/httplib2/httplib2-0.18.1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/httplib2/httplib2-0.18.1.ebuild b/dev-python/httplib2/httplib2-0.18.1.ebuild
16 index 18e47f64e16..28cf38786a4 100644
17 --- a/dev-python/httplib2/httplib2-0.18.1.ebuild
18 +++ b/dev-python/httplib2/httplib2-0.18.1.ebuild
19 @@ -18,6 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-l
20 RDEPEND="app-misc/ca-certificates"
21 BDEPEND="
22 test? (
23 + dev-python/mock[${PYTHON_USEDEP}]
24 dev-python/pytest-timeout[${PYTHON_USEDEP}]
25 )"