From: Thomas Deutschmann Date: Wed, 22 Jan 2020 22:51:00 +0000 (+0100) Subject: dev-python/pyhamcrest: add Python 3.8 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=70502dc4cedaa0fd943c145dec767ffb18c378f2;p=gentoo.git dev-python/pyhamcrest: add Python 3.8 support Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann --- diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild index 5fec9f66af47..37c195ef5829 100644 --- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild +++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1