diff options
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}] |