Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
Date: Tue, 29 Jan 2019 19:19:23
Message-Id: 1548789509.228a83a88e45c8e218442c1ef21afd2098ec63cf.vdupras@gentoo
1 commit: 228a83a88e45c8e218442c1ef21afd2098ec63cf
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 29 19:18:29 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 29 19:18:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228a83a8
7
8 dev-python/pytest: add constraint on pluggy dep
9
10 Closes: https://bugs.gentoo.org/676854
11 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 dev-python/pytest/pytest-3.4.2.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild
18 index 7dd28944694..a4e1ac2ddb0 100644
19 --- a/dev-python/pytest/pytest-3.4.2.ebuild
20 +++ b/dev-python/pytest/pytest-3.4.2.ebuild
21 @@ -21,6 +21,7 @@ PY_VER="1.5.0"
22 COMMON_DEPEND="
23 >=dev-python/attrs-17.2.0[${PYTHON_USEDEP}]
24 >=dev-python/pluggy-0.5[${PYTHON_USEDEP}]
25 + <dev-python/pluggy-0.7
26 >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
27 dev-python/setuptools[${PYTHON_USEDEP}]
28 >=dev-python/six-1.10.0[${PYTHON_USEDEP}]