commit: b4da7b10098255c5cd5813b88d22a622034aedae
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 04:44:12 2015 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 04:44:12 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4da7b10
dev-python/elasticsearch-py: add dep: doc? ( sphinx_rtd_theme )
Package-Manager: portage-2.2.20.1
dev-python/elasticsearch-py/elasticsearch-py-1.6.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/elasticsearch-py/elasticsearch-py-1.6.0.ebuild
b/dev-python/elasticsearch-py/elasticsearch-py-1.6.0.ebuild
index ce8d2e9..9effa3b 100644
--- a/dev-python/elasticsearch-py/elasticsearch-py-1.6.0.ebuild
+++ b/dev-python/elasticsearch-py/elasticsearch-py-1.6.0.ebuild
@@ -21,7 +21,9 @@ RDEPEND=">=dev-python/urllib3-1.8[${PYTHON_USEDEP}]
<dev-python/urllib3-2.0[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+ doc? (
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
>=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
<dev-python/requests-3.0.0[${PYTHON_USEDEP}]