Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-salt/
Date: Sun, 11 Jul 2021 23:03:47
Message-Id: 1626044601.87a51ebc04cfef592de5fa1696ac526ec6e88544.sam@gentoo
1 commit: 87a51ebc04cfef592de5fa1696ac526ec6e88544
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 11 23:03:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 11 23:03:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a51ebc
7
8 dev-python/pytest-salt: enable py3.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild b/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild
16 index 8258e36ca9e..71b7c59306f 100644
17 --- a/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild
18 +++ b/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7,8} )
24 +PYTHON_COMPAT=( python3_{7,8,9} )
25 inherit distutils-r1
26
27 MY_PV="${PV/_p/.post}"