From: Alexey Shvetsov Date: Mon, 25 May 2020 21:02:33 +0000 (+0300) Subject: dev-python/zeroconf: works with py38 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=40917dec68ca78ba06cd98897edb1fc9f91d052b;p=gentoo.git dev-python/zeroconf: works with py38 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexey Shvetsov --- diff --git a/dev-python/zeroconf/zeroconf-0.24.4.ebuild b/dev-python/zeroconf/zeroconf-0.24.4.ebuild index 9569d1181b00..60b30db97364 100644 --- a/dev-python/zeroconf/zeroconf-0.24.4.ebuild +++ b/dev-python/zeroconf/zeroconf-0.24.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1