commit: 15b44dd793c7cde2d9db7c682d35681c28595418 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jan 3 20:38:22 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jan 3 20:39:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b44dd7
dev-python/urllib3: Copy doc-deps fix to 1.24.2 Bug: https://bugs.gentoo.org/704548 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/urllib3/urllib3-1.24.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/urllib3/urllib3-1.24.2.ebuild b/dev-python/urllib3/urllib3-1.24.2.ebuild index 6f77d2dfe89..c25eddfae85 100644 --- a/dev-python/urllib3/urllib3-1.24.2.ebuild +++ b/dev-python/urllib3/urllib3-1.24.2.ebuild @@ -37,7 +37,9 @@ DEPEND=" ) " -distutils_enable_sphinx docs +distutils_enable_sphinx docs \ + dev-python/alabaster \ + dev-python/mock python_prepare_all() { # skip appengine tests
