Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kazoo/
Date: Sun, 26 Apr 2020 08:01:14
Message-Id: 1587888029.4347748fe85b2d975149502d71eb73ef368e92e4.zmedico@gentoo
1 commit: 4347748fe85b2d975149502d71eb73ef368e92e4
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 07:50:19 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 08:00:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4347748f
7
8 dev-python/kazoo: PYTHON_COMPAT+=(python3_7)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 dev-python/kazoo/kazoo-2.6.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/kazoo/kazoo-2.6.1.ebuild b/dev-python/kazoo/kazoo-2.6.1.ebuild
17 index d2233dcf8c2..1e43f82a01e 100644
18 --- a/dev-python/kazoo/kazoo-2.6.1.ebuild
19 +++ b/dev-python/kazoo/kazoo-2.6.1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_6 python3_8 )
25 +PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
26
27 inherit distutils-r1