Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sshtunnel/
Date: Sun, 01 Dec 2019 19:27:43
Message-Id: 1575228304.ac6b507db4f38b6a6c9ad37f1e98cf5e20bf9126.asturm@gentoo
1 commit: ac6b507db4f38b6a6c9ad37f1e98cf5e20bf9126
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 12:22:57 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 19:25:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6b507d
7
8 dev-python/sshtunnel: python3_7
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild b/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild
17 index f17053cfbc8..bd32905db06 100644
18 --- a/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild
19 +++ b/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
25 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
26
27 inherit distutils-r1