diff options
Diffstat (limited to 'dev-python/pytest/pytest-4.6.7.ebuild')
-rw-r--r-- | dev-python/pytest/pytest-4.6.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest/pytest-4.6.7.ebuild b/dev-python/pytest/pytest-4.6.7.ebuild index 4f85c1855b6..0efddd35ef8 100644 --- a/dev-python/pytest/pytest-4.6.7.ebuild +++ b/dev-python/pytest/pytest-4.6.7.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 @@ -27,8 +27,8 @@ RDEPEND=" >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}] >=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) + -2 python3_{6,7} pypy3) + $(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}] |