summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-03 21:46:16 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-03 21:46:16 +0100
commit817e61e649c3037e902ce81ce8a02278ed0b16b5 (patch)
tree34d208f1ad9246c9a49d7eb0d2d32ab75740cb1f /dev-python/jaraco-text
parentdev-python/cmd2: Remove python_gen_cond_dep calls for py3.5 (diff)
downloadgentoo-817e61e649c3037e902ce81ce8a02278ed0b16b5.tar.gz
gentoo-817e61e649c3037e902ce81ce8a02278ed0b16b5.tar.bz2
gentoo-817e61e649c3037e902ce81ce8a02278ed0b16b5.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-text')
-rw-r--r--dev-python/jaraco-text/jaraco-text-3.1.ebuild4
1 files 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 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}]