projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0886edc
)
dev-python/cffi: Add missing build time dep for docs
author
Justin Lecher
<jlec@gentoo.org>
Fri, 22 Jan 2016 11:48:11 +0000
(12:48 +0100)
committer
Justin Lecher
<jlec@gentoo.org>
Fri, 22 Jan 2016 12:03:14 +0000
(13:03 +0100)
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>
dev-python/cffi/cffi-1.5.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/cffi/cffi-1.5.0.ebuild
b/dev-python/cffi/cffi-1.5.0.ebuild
index 3220cf9234a2d3073c909b5b2c3a92974e45dd99..c54b5e66ab4ce3eca3926b98a629cb85c309f7c3 100644
(file)
--- 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)