From: Michał Górny Date: Thu, 2 Jan 2020 17:00:03 +0000 (+0100) Subject: dev-python/urllib3: Fix missing doc-deps X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=afca75d466f544587ff0e5c564e7f68de5ceccd2;p=gentoo.git dev-python/urllib3: Fix missing doc-deps Closes: https://bugs.gentoo.org/704548 Signed-off-by: Michał Górny --- diff --git a/dev-python/urllib3/urllib3-1.25.7.ebuild b/dev-python/urllib3/urllib3-1.25.7.ebuild index 0e4482064dd5..105aa2407f87 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