From: Michał Górny Date: Mon, 16 Dec 2019 14:21:06 +0000 (+0100) Subject: dev-python/urllib3: Replace python_gen_usedep X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1a6b8f03152a18252fe388a30e27bc6220003a43;p=gentoo.git dev-python/urllib3: Replace python_gen_usedep Signed-off-by: Michał Górny --- diff --git a/dev-python/urllib3/urllib3-1.25.7.ebuild b/dev-python/urllib3/urllib3-1.25.7.ebuild index 036868ec5be8..1443bfdef40b 100644 --- a/dev-python/urllib3/urllib3-1.25.7.ebuild +++ b/dev-python/urllib3/urllib3-1.25.7.ebuild @@ -37,7 +37,9 @@ BDEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] >=dev-python/trustme-0.5.3[${PYTHON_USEDEP}] - >=www-servers/tornado-4.2.1[$(python_gen_usedep python{2_7,3_{5,6,7}})] + $(python_gen_cond_dep ' + >=www-servers/tornado-4.2.1[${PYTHON_USEDEP}] + ' python{2_7,3_{5,6,7}}) ) "