summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2019-01-29 14:18:29 -0500
committerVirgil Dupras <vdupras@gentoo.org>2019-01-29 14:18:29 -0500
commit228a83a88e45c8e218442c1ef21afd2098ec63cf (patch)
tree9999797ec464fbe2959ddff96ceabea9fa5a6a7b /dev-python
parentx11-drivers/xf86-video-nouveau: Version bump to 1.0.16 (diff)
downloadgentoo-228a83a88e45c8e218442c1ef21afd2098ec63cf.tar.gz
gentoo-228a83a88e45c8e218442c1ef21afd2098ec63cf.tar.bz2
gentoo-228a83a88e45c8e218442c1ef21afd2098ec63cf.zip
dev-python/pytest: add constraint on pluggy dep
Closes: https://bugs.gentoo.org/676854 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest/pytest-3.4.2.ebuild1
1 files changed, 1 insertions, 0 deletions
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/pluggy-0.7
>=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]