diff options
| author | 2020-12-04 13:46:02 +0200 | |
|---|---|---|
| committer | 2020-12-04 13:46:25 +0200 | |
| commit | 9b4e8c060018cac82ffe00a36a00fd4eda732e91 (patch) | |
| tree | 3fcf0e3959e9e9e5dc8091a29d248f6759b97baf | |
| parent | dev-lua/lua-openssl: drop blocker for last rite dev-lua/luacrypto (diff) | |
| download | gentoo-9b4e8c060018cac82ffe00a36a00fd4eda732e91.tar.gz gentoo-9b4e8c060018cac82ffe00a36a00fd4eda732e91.tar.bz2 gentoo-9b4e8c060018cac82ffe00a36a00fd4eda732e91.zip | |
net-misc/streamlink: allow python3.8
Closes: https://bugs.gentoo.org/758206
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
| -rw-r--r-- | net-misc/streamlink/streamlink-1.3.1-r1.ebuild | 2 | ||||
| -rw-r--r-- | net-misc/streamlink/streamlink-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/streamlink/streamlink-1.3.1-r1.ebuild b/net-misc/streamlink/streamlink-1.3.1-r1.ebuild index 6f6674f9723b..e1b66ef0065e 100644 --- a/net-misc/streamlink/streamlink-1.3.1-r1.ebuild +++ b/net-misc/streamlink/streamlink-1.3.1-r1.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" fi -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE='xml(+),threads(+)' DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild index 6f6674f9723b..e1b66ef0065e 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,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE='xml(+),threads(+)' DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend |
