diff options
author | 2020-01-03 21:46:17 +0100 | |
---|---|---|
committer | 2020-01-03 21:46:17 +0100 | |
commit | 3b7907c5803f3cff8448cb739325678bbbc9b828 (patch) | |
tree | 52711a7c1b0ce38944a82594c36eb546e56ed6de /dev-python/pytest/pytest-4.6.8.ebuild | |
parent | dev-python/jaraco-text: Remove python_gen_cond_dep calls for py3.5 (diff) | |
download | gentoo-3b7907c5803f3cff8448cb739325678bbbc9b828.tar.gz gentoo-3b7907c5803f3cff8448cb739325678bbbc9b828.tar.bz2 gentoo-3b7907c5803f3cff8448cb739325678bbbc9b828.zip |
dev-python/pytest: 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/pytest/pytest-4.6.8.ebuild')
-rw-r--r-- | dev-python/pytest/pytest-4.6.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest/pytest-4.6.8.ebuild b/dev-python/pytest/pytest-4.6.8.ebuild index 4f85c1855b6..00edbafb327 100644 --- a/dev-python/pytest/pytest-4.6.8.ebuild +++ b/dev-python/pytest/pytest-4.6.8.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 @@ -28,7 +28,7 @@ RDEPEND=" >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' \ -2 python3_{5,6,7} pypy3) - $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2 python3_5) + $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2) >=dev-python/pluggy-0.12[${PYTHON_USEDEP}] <dev-python/pluggy-1 >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}] |