diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-01-19 17:32:50 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-01-19 20:16:36 +0200 |
commit | b6de21e05049bf322315df5ba688f39e60d492f3 (patch) | |
tree | 6ae8ee11b240c364ad3a5fc8813e1bdddc50a2c0 /net-misc | |
parent | net-misc/streamlink-9999: make copyable to release versions (diff) | |
download | gentoo-b6de21e05049bf322315df5ba688f39e60d492f3.tar.gz gentoo-b6de21e05049bf322315df5ba688f39e60d492f3.tar.bz2 gentoo-b6de21e05049bf322315df5ba688f39e60d492f3.zip |
net-misc/streamlink: drop py2 support
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.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild index 976c7ea53a20..71fdff241a36 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=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE='xml(+),threads(+)' DISTUTILS_SINGLE_IMPL=1 @@ -35,8 +35,6 @@ RDEPEND=" >=dev-python/urllib3-1.23[${PYTHON_USEDEP}] dev-python/isodate[${PYTHON_USEDEP}] dev-python/websocket-client[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/backports-shutil_which[${PYTHON_USEDEP}]' 'python2*') - $(python_gen_cond_dep 'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' 'python2*') dev-python/pycountry[${PYTHON_USEDEP}] >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}] " |