From cfe5896f6b5cf781c5c5d87e0b61d883f4dc65fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 9 Dec 2015 18:38:24 +0100 Subject: [PATCH] dev-python/http-parser: Replace custom cython dep with python_gen_cond_dep --- dev-python/http-parser/http-parser-0.8.3.ebuild | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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 085dbef7d3ff9..bf086e559ba2d 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