From: Piotr Karbowski Date: Mon, 30 Dec 2019 21:18:30 +0000 (+0100) Subject: dev-python/reportlab-3.5.13-r1: python 3.8 support added. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b362de92eca9cacc1039014b5ec3a3c114141570;p=gentoo.git dev-python/reportlab-3.5.13-r1: python 3.8 support added. Signed-off-by: Piotr Karbowski --- diff --git a/dev-python/reportlab/reportlab-3.5.13-r1.ebuild b/dev-python/reportlab/reportlab-3.5.13-r1.ebuild index 96fc912a5b4f..d259bbf391a5 100644 --- a/dev-python/reportlab/reportlab-3.5.13-r1.ebuild +++ b/dev-python/reportlab/reportlab-3.5.13-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) # Tests crash with pypy +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} ) # Tests crash with pypy inherit distutils-r1 flag-o-matic