From: Mart Raudsepp Date: Sun, 19 Jan 2020 16:51:10 +0000 (+0200) Subject: net-misc/streamlink: allow python:3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=de75fdab1ed8d154713dcbd5003f360f9e169d3c;p=gentoo.git net-misc/streamlink: allow python:3.7 Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild index 71fdff241a36..c11c5094f8cf 100644 --- a/net-misc/streamlink/streamlink-9999.ebuild +++ b/net-misc/streamlink/streamlink-9999.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" fi -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE='xml(+),threads(+)' DISTUTILS_SINGLE_IMPL=1