commit: afca75d466f544587ff0e5c564e7f68de5ceccd2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jan 2 17:00:03 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jan 2 17:11:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afca75d4
dev-python/urllib3: Fix missing doc-deps Closes: https://bugs.gentoo.org/704548 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/urllib3/urllib3-1.25.7.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/urllib3/urllib3-1.25.7.ebuild b/dev-python/urllib3/urllib3-1.25.7.ebuild index 0e4482064dd..105aa2407f8 100644 --- a/dev-python/urllib3/urllib3-1.25.7.ebuild +++ b/dev-python/urllib3/urllib3-1.25.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -43,7 +43,9 @@ BDEPEND=" ) " -distutils_enable_sphinx docs +distutils_enable_sphinx docs \ + dev-python/alabaster \ + dev-python/mock python_prepare_all() { # tests requiring a route to be present
