Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-salt-factories/
Date: Sat, 31 Oct 2020 02:18:49
Message-Id: 1604110664.05807a5bfc43ed98e76ccdc30f6edb608b56d50e.chutzpah@gentoo
1 commit: 05807a5bfc43ed98e76ccdc30f6edb608b56d50e
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Sat Oct 31 02:17:44 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 02:17:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05807a5b
7
8 dev-python/pytest-salt-factories: drop py39 as app-admin/salt doesnt support it yet
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-3.0.8, Repoman-3.0.2
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/pytest-salt-factories/pytest-salt-factories-0.94.4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pytest-salt-factories/pytest-salt-factories-0.94.4.ebuild b/dev-python/pytest-salt-factories/pytest-salt-factories-0.94.4.ebuild
18 index 4568ef158e6..ac3cace6a8e 100644
19 --- a/dev-python/pytest-salt-factories/pytest-salt-factories-0.94.4.ebuild
20 +++ b/dev-python/pytest-salt-factories/pytest-salt-factories-0.94.4.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{7..9} )
26 +PYTHON_COMPAT=( python3_{7..8} )
27 inherit distutils-r1
28
29 DESCRIPTION="The new generation of the pytest-salt Plugin"