From afca75d466f544587ff0e5c564e7f68de5ceccd2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 2 Jan 2020 18:00:03 +0100 Subject: dev-python/urllib3: Fix missing doc-deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/704548 Signed-off-by: Michał Górny --- dev-python/urllib3/urllib3-1.25.7.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dev-python/urllib3') 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 -- cgit v1.2.3-65-gdbad