diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-05-06 18:15:03 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-05-06 18:15:03 -0700 |
commit | 54e97ff7f7b07365621b7e55145379ee84af7189 (patch) | |
tree | 314c18e4f490aee9b9e4f69b381be63e090c3fbd | |
parent | dev-python/astunparse-1.6.2: add ~x86 (diff) | |
download | gentoo-54e97ff7f7b07365621b7e55145379ee84af7189.tar.gz gentoo-54e97ff7f7b07365621b7e55145379ee84af7189.tar.bz2 gentoo-54e97ff7f7b07365621b7e55145379ee84af7189.zip |
dev-python/boto3-1.12.48: Fix build with USE=doc (bug #720812)
Closes: https://bugs.gentoo.org/720812
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
-rw-r--r-- | dev-python/boto3/boto3-1.12.48.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.12.48.ebuild b/dev-python/boto3/boto3-1.12.48.ebuild index d996a7288df9..1d5780433f8a 100644 --- a/dev-python/boto3/boto3-1.12.48.ebuild +++ b/dev-python/boto3/boto3-1.12.48.ebuild @@ -34,7 +34,7 @@ BDEPEND=" RESTRICT="!test? ( test )" -distutils_enable_sphinx docs \ +distutils_enable_sphinx docs/source \ 'dev-python/guzzle_sphinx_theme' python_prepare_all() { |