From: Virgil Dupras Date: Tue, 29 Jan 2019 19:18:29 +0000 (-0500) Subject: dev-python/pytest: add constraint on pluggy dep X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=228a83a88e45c8e218442c1ef21afd2098ec63cf;p=gentoo.git dev-python/pytest: add constraint on pluggy dep Closes: https://bugs.gentoo.org/676854 Signed-off-by: Virgil Dupras Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild index 7dd289446947..a4e1ac2ddb0c 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/py-${PY_VER}[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}]