From: Zac Medico Date: Wed, 12 Feb 2020 23:09:50 +0000 (-0800) Subject: dev-python/kazoo: PYTHON_COMPAT+=(python3_8) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4da617afd033896542fd8c42a65972a01b2e4af1;p=gentoo.git dev-python/kazoo: PYTHON_COMPAT+=(python3_8) Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Zac Medico --- diff --git a/dev-python/kazoo/kazoo-2.6.1.ebuild b/dev-python/kazoo/kazoo-2.6.1.ebuild index b55f6915f63e..948c64c25bdf 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 ) +PYTHON_COMPAT=( python3_6 python3_8 ) inherit distutils-r1