commit: 4ab6f0718186e031bc91f4f596eb3e41de075092
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 4 10:32:19 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 4 10:32:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab6f071
dev-python/httplib2: Add missing mock dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httplib2/httplib2-0.18.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/httplib2/httplib2-0.18.1.ebuild
b/dev-python/httplib2/httplib2-0.18.1.ebuild
index 18e47f64e16..28cf38786a4 100644
--- a/dev-python/httplib2/httplib2-0.18.1.ebuild
+++ b/dev-python/httplib2/httplib2-0.18.1.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390
~sparc ~x86 ~amd64-l
RDEPEND="app-misc/ca-certificates"
BDEPEND="
test? (
+ dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"