From: David Seifert Date: Fri, 3 Jan 2020 20:46:16 +0000 (+0100) Subject: dev-python/jaraco-text: Remove python_gen_cond_dep calls for py3.5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=817e61e649c3037e902ce81ce8a02278ed0b16b5;p=gentoo.git dev-python/jaraco-text: Remove python_gen_cond_dep calls for py3.5 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/jaraco-text/jaraco-text-3.1.ebuild b/dev-python/jaraco-text/jaraco-text-3.1.ebuild index 7a2066c941c3..9e1507221e76 100644 --- a/dev-python/jaraco-text/jaraco-text-3.1.ebuild +++ b/dev-python/jaraco-text/jaraco-text-3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ RDEPEND=" dev-python/jaraco-functools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' pypy pypy3 python2_7 python3_5 python3_6) + $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' -2 pypy3 python3_6) " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]