From: Craig Andrews Date: Tue, 24 Dec 2019 19:50:00 +0000 (-0500) Subject: net-libs/serf: Python 3.7 and 3.8 compatibility X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e84029ca01c80ccafa6d92efcc7c8490e7ecfaf3;p=gentoo.git net-libs/serf: Python 3.7 and 3.8 compatibility Closes: https://bugs.gentoo.org/703670 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Craig Andrews Closes: https://github.com/gentoo/gentoo/pull/14115 Signed-off-by: Craig Andrews --- diff --git a/net-libs/serf/serf-1.3.9-r1.ebuild b/net-libs/serf/serf-1.3.9-r1.ebuild index f4165ca2e0d5..c01698dc85d4 100644 --- a/net-libs/serf/serf-1.3.9-r1.ebuild +++ b/net-libs/serf/serf-1.3.9-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic