summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2020-01-19 18:51:10 +0200
committerMart Raudsepp <leio@gentoo.org>2020-01-19 20:16:36 +0200
commitde75fdab1ed8d154713dcbd5003f360f9e169d3c (patch)
treed8d62e5f41119bd9bc4cee43fb70ac1c10d5783b /net-misc
parentnet-misc/streamlink: drop py2 support (diff)
downloadgentoo-de75fdab1ed8d154713dcbd5003f360f9e169d3c.tar.gz
gentoo-de75fdab1ed8d154713dcbd5003f360f9e169d3c.tar.bz2
gentoo-de75fdab1ed8d154713dcbd5003f360f9e169d3c.zip
net-misc/streamlink: allow python:3.7
Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/streamlink/streamlink-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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