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>
This commit is contained in:
Justin Lecher
2016-01-22 12:48:11 +01:00
parent 0886edc6f2
commit 45753b4c1c

View File

@@ -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)