Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-forked/
Date: Mon, 16 Jul 2018 19:57:34
Message-Id: 1531771032.bcccbcf2a953310e64d3c732cb497c8f10e1ca5b.mgorny@gentoo
1 commit: bcccbcf2a953310e64d3c732cb497c8f10e1ca5b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 14 20:15:44 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 19:57:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcccbcf2
7
8 dev-python/pytest-forked: Enable py3.7
9
10 dev-python/pytest-forked/pytest-forked-0.2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/pytest-forked/pytest-forked-0.2.ebuild b/dev-python/pytest-forked/pytest-forked-0.2.ebuild
14 index ca671b48d93..ffb369e5144 100644
15 --- a/dev-python/pytest-forked/pytest-forked-0.2.ebuild
16 +++ b/dev-python/pytest-forked/pytest-forked-0.2.ebuild
17 @@ -3,7 +3,7 @@
18
19 EAPI=6
20
21 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
22 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
23
24 inherit distutils-r1