From: Conrad Kostecki Date: Tue, 17 Dec 2019 18:35:48 +0000 (+0100) Subject: net-im/yowsup: add python3.8 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af5c01b3ea93a4cbcc4b5cb24132fd86474ac34d;p=gentoo.git net-im/yowsup: add python3.8 support Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Conrad Kostecki --- diff --git a/net-im/yowsup/yowsup-3.2.3.ebuild b/net-im/yowsup/yowsup-3.2.3.ebuild index 8616e38519ee..2526c1befc98 100644 --- a/net-im/yowsup/yowsup-3.2.3.ebuild +++ b/net-im/yowsup/yowsup-3.2.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) PYTHON_REQ_USE="readline" inherit distutils-r1