commit: 817e61e649c3037e902ce81ce8a02278ed0b16b5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 20:46:16 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 20:46:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817e61e6
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 <soap <AT> gentoo.org>
dev-python/jaraco-text/jaraco-text-3.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/jaraco-text/jaraco-text-3.1.ebuild
b/dev-python/jaraco-text/jaraco-text-3.1.ebuild
index 7a2066c941c..9e1507221e7 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}]