From: Tim Harder Date: Sat, 28 Jan 2017 15:08:21 +0000 (-0500) Subject: dev-python/snakeoil: cython is now required for building py3 extensions X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8d4c57fa5e15b58f37651f136e24dd8046a34556;p=gentoo.git dev-python/snakeoil: cython is now required for building py3 extensions --- diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index af9cbb04b486..ac03b968dcbe 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -23,6 +23,7 @@ SLOT="0" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' 'python3*') test? ( dev-python/mock[${PYTHON_USEDEP}] )" python_configure_all() {