From: Michał Górny Date: Wed, 9 Dec 2015 17:38:24 +0000 (+0100) Subject: dev-python/http-parser: Replace custom cython dep with python_gen_cond_dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cfe5896f6b5cf781c5c5d87e0b61d883f4dc65fe;p=gentoo.git dev-python/http-parser: Replace custom cython dep with python_gen_cond_dep --- diff --git a/dev-python/http-parser/http-parser-0.8.3.ebuild b/dev-python/http-parser/http-parser-0.8.3.ebuild index 085dbef7d3ff..bf086e559ba2 100644 --- a/dev-python/http-parser/http-parser-0.8.3.ebuild +++ b/dev-python/http-parser/http-parser-0.8.3.ebuild @@ -19,15 +19,8 @@ IUSE="examples" RDEPEND="" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -cython_dep() { - local flag - for flag in $(python_gen_useflags 'python*'); do - DEPEND+=" ${flag}? ( dev-python/cython[${flag}(-)] )" - done -} -cython_dep + dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' 'python*')" python_compile() { if [[ ${EPYTHON} != python3* ]]; then