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-salt/
Date: Wed, 05 Feb 2020 20:11:15
Message-Id: 1580933461.b010c5a8e25127c4d8fbd959b653bcf308a0e753.mgorny@gentoo
1 commit: b010c5a8e25127c4d8fbd959b653bcf308a0e753
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 20:08:10 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 20:11:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b010c5a8
7
8 dev-python/pytest-salt: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-salt/pytest-salt-2019.2.1_p1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-salt/pytest-salt-2019.2.1_p1.ebuild b/dev-python/pytest-salt/pytest-salt-2019.2.1_p1.ebuild
16 index 476bd492bef..baf5647849f 100644
17 --- a/dev-python/pytest-salt/pytest-salt-2019.2.1_p1.ebuild
18 +++ b/dev-python/pytest-salt/pytest-salt-2019.2.1_p1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python2_7 python3_6 )
24 +PYTHON_COMPAT=( python3_6 )
25 MY_PV="${PV/_p/.post}"
26 inherit distutils-r1