From: Michał Górny Date: Thu, 23 Apr 2020 06:15:22 +0000 (+0200) Subject: dev-python/fasteners: Enable py3.{7,8} X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0524d864dca36cd61ea96726786e154e158fd4f4;p=gentoo.git dev-python/fasteners: Enable py3.{7,8} Signed-off-by: Michał Górny --- diff --git a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild index 9413f8a03462..1b279280b357 100644 --- a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild +++ b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1