commit: 017889319e3dbfa818c801156469cb49236fb7b4
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 09:14:52 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 09:14:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01788931
dev-python/urllib3: Add mock dependency on IUSE=doc
Gentoo-Bug: 599348
Package-Manager: portage-2.3.2
dev-python/urllib3/urllib3-1.19.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/urllib3/urllib3-1.19.ebuild
b/dev-python/urllib3/urllib3-1.19.ebuild
index 44db77a..bebfc5e 100644
--- a/dev-python/urllib3/urllib3-1.19.ebuild
+++ b/dev-python/urllib3/urllib3-1.19.ebuild
@@ -37,7 +37,8 @@ DEPEND="
>=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
>=dev-python/nose-exclude-0.4.1[${PYTHON_USEDEP}]
)
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+ doc? ( dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}] )
"
# Testsuite written requiring mock to be installed under all Cpythons