commit: 228a83a88e45c8e218442c1ef21afd2098ec63cf Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Tue Jan 29 19:18:29 2019 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Tue Jan 29 19:18:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228a83a8
dev-python/pytest: add constraint on pluggy dep Closes: https://bugs.gentoo.org/676854 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/pytest/pytest-3.4.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild index 7dd28944694..a4e1ac2ddb0 100644 --- a/dev-python/pytest/pytest-3.4.2.ebuild +++ b/dev-python/pytest/pytest-3.4.2.ebuild @@ -21,6 +21,7 @@ PY_VER="1.5.0" COMMON_DEPEND=" >=dev-python/attrs-17.2.0[${PYTHON_USEDEP}] >=dev-python/pluggy-0.5[${PYTHON_USEDEP}] + <dev-python/pluggy-0.7 >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
