summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-22 12:48:11 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-22 13:03:14 +0100
commit45753b4c1c638a3abd6dbf1b10ce5ed117fbdc08 (patch)
tree67a4fcb85aa7ac71bcef3d955548938b61e3cb07 /dev-python
parentdev-python/regex: Version Bump (diff)
downloadgentoo-45753b4c1c638a3abd6dbf1b10ce5ed117fbdc08.tar.gz
gentoo-45753b4c1c638a3abd6dbf1b10ce5ed117fbdc08.tar.bz2
gentoo-45753b4c1c638a3abd6dbf1b10ce5ed117fbdc08.zip
dev-python/cffi: Add missing build time dep for docs
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572406 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cffi/cffi-1.5.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/cffi/cffi-1.5.0.ebuild b/dev-python/cffi/cffi-1.5.0.ebuild
index 3220cf9234a2..c54b5e66ab4c 100644
--- a/dev-python/cffi/cffi-1.5.0.ebuild
+++ b/dev-python/cffi/cffi-1.5.0.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
virtual/libffi
dev-python/pycparser[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)