diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-16 19:44:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-16 19:44:58 +0100 |
commit | a72f6937c1b181f6b78ff3e9c3dc00733c618429 (patch) | |
tree | 7a08ae6ab0e29fcfaf78ea3eeb041dcce86520ec | |
parent | net-analyzer/nagstamon: Remove py2 virtuals (diff) | |
download | gentoo-a72f6937c1b181f6b78ff3e9c3dc00733c618429.tar.gz gentoo-a72f6937c1b181f6b78ff3e9c3dc00733c618429.tar.bz2 gentoo-a72f6937c1b181f6b78ff3e9c3dc00733c618429.zip |
net-misc/streamlink: Remove py2 virtuals
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | net-misc/streamlink/streamlink-1.3.0-r1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/streamlink/streamlink-1.3.1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/streamlink/streamlink-9999.ebuild | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/net-misc/streamlink/streamlink-1.3.0-r1.ebuild b/net-misc/streamlink/streamlink-1.3.0-r1.ebuild index 28994a6a0f82..c55072c84f21 100644 --- a/net-misc/streamlink/streamlink-1.3.0-r1.ebuild +++ b/net-misc/streamlink/streamlink-1.3.0-r1.ebuild @@ -31,8 +31,6 @@ RESTRICT="!test? ( test )" # >=urllib3-1.23 only needed for python2, but requests pulls some version anyways, so we might as well guarantee at least that ver for py3 too DEPEND=" $(python_gen_cond_dep ' - virtual/python-futures[${PYTHON_MULTI_USEDEP}] - virtual/python-singledispatch[${PYTHON_MULTI_USEDEP}] >dev-python/requests-2.21.0[${PYTHON_MULTI_USEDEP}] >=dev-python/urllib3-1.23[${PYTHON_MULTI_USEDEP}] dev-python/isodate[${PYTHON_MULTI_USEDEP}] diff --git a/net-misc/streamlink/streamlink-1.3.1.ebuild b/net-misc/streamlink/streamlink-1.3.1.ebuild index 28994a6a0f82..c55072c84f21 100644 --- a/net-misc/streamlink/streamlink-1.3.1.ebuild +++ b/net-misc/streamlink/streamlink-1.3.1.ebuild @@ -31,8 +31,6 @@ RESTRICT="!test? ( test )" # >=urllib3-1.23 only needed for python2, but requests pulls some version anyways, so we might as well guarantee at least that ver for py3 too DEPEND=" $(python_gen_cond_dep ' - virtual/python-futures[${PYTHON_MULTI_USEDEP}] - virtual/python-singledispatch[${PYTHON_MULTI_USEDEP}] >dev-python/requests-2.21.0[${PYTHON_MULTI_USEDEP}] >=dev-python/urllib3-1.23[${PYTHON_MULTI_USEDEP}] dev-python/isodate[${PYTHON_MULTI_USEDEP}] diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild index 28994a6a0f82..c55072c84f21 100644 --- a/net-misc/streamlink/streamlink-9999.ebuild +++ b/net-misc/streamlink/streamlink-9999.ebuild @@ -31,8 +31,6 @@ RESTRICT="!test? ( test )" # >=urllib3-1.23 only needed for python2, but requests pulls some version anyways, so we might as well guarantee at least that ver for py3 too DEPEND=" $(python_gen_cond_dep ' - virtual/python-futures[${PYTHON_MULTI_USEDEP}] - virtual/python-singledispatch[${PYTHON_MULTI_USEDEP}] >dev-python/requests-2.21.0[${PYTHON_MULTI_USEDEP}] >=dev-python/urllib3-1.23[${PYTHON_MULTI_USEDEP}] dev-python/isodate[${PYTHON_MULTI_USEDEP}] |