dev-python/jaraco-text: Remove python_gen_cond_dep calls for py3.5
authorDavid Seifert <soap@gentoo.org>
Fri, 3 Jan 2020 20:46:16 +0000 (21:46 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 3 Jan 2020 20:46:16 +0000 (21:46 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/jaraco-text/jaraco-text-3.1.ebuild

index 7a2066c941c3df514971a8ef969c3f7c81865c2e..9e1507221e76f94ff1bdf496902c4a63eb406dd3 100644 (file)
@@ -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}]