commit: 4347748fe85b2d975149502d71eb73ef368e92e4 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Apr 26 07:50:19 2020 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Apr 26 08:00:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4347748f
dev-python/kazoo: PYTHON_COMPAT+=(python3_7) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-python/kazoo/kazoo-2.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/kazoo/kazoo-2.6.1.ebuild b/dev-python/kazoo/kazoo-2.6.1.ebuild index d2233dcf8c2..1e43f82a01e 100644 --- a/dev-python/kazoo/kazoo-2.6.1.ebuild +++ b/dev-python/kazoo/kazoo-2.6.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 python3_8 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) inherit distutils-r1
