diff options
author | 2020-01-02 18:00:03 +0100 | |
---|---|---|
committer | 2020-01-02 18:11:00 +0100 | |
commit | afca75d466f544587ff0e5c564e7f68de5ceccd2 (patch) | |
tree | 6b5bff8ba99e648557ee1752d43fb31b01390b64 /dev-python/urllib3 | |
parent | dev-util/android-studio: bump to 3.5.3 (diff) | |
download | gentoo-afca75d466f544587ff0e5c564e7f68de5ceccd2.tar.gz gentoo-afca75d466f544587ff0e5c564e7f68de5ceccd2.tar.bz2 gentoo-afca75d466f544587ff0e5c564e7f68de5ceccd2.zip |
dev-python/urllib3: Fix missing doc-deps
Closes: https://bugs.gentoo.org/704548
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r-- | dev-python/urllib3/urllib3-1.25.7.ebuild | 6 |
1 files 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 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 |