commit:     0586192f4bd1426d19a4e2b2a7e2c6930a6e747b
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Tue Oct 17 23:41:27 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 02:22:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0586192f

net-misc/streamlink: remove outdated test dependency on mock

This was originally added in 5.1.0 for python < 3.8, and removed
entirely in favor of the stdlib unittest.mock in:
https://github.com/streamlink/streamlink/commit/cee59781fbf14c33d4f670b34e00584dafff0c08

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/streamlink/streamlink-6.1.0.ebuild | 1 -
 net-misc/streamlink/streamlink-6.2.0.ebuild | 1 -
 net-misc/streamlink/streamlink-6.2.1.ebuild | 1 -
 3 files changed, 3 deletions(-)

diff --git a/net-misc/streamlink/streamlink-6.1.0.ebuild 
b/net-misc/streamlink/streamlink-6.1.0.ebuild
index 328db327ffcc..01f6fa60c3bb 100644
--- a/net-misc/streamlink/streamlink-6.1.0.ebuild
+++ b/net-misc/streamlink/streamlink-6.1.0.ebuild
@@ -49,7 +49,6 @@ BDEPEND="
        $(python_gen_cond_dep '
                >=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
                test? (
-                       dev-python/mock[${PYTHON_USEDEP}]
                        >=dev-python/freezegun-1.0.0[${PYTHON_USEDEP}]
                        dev-python/pytest-asyncio[${PYTHON_USEDEP}]
                        dev-python/pytest-trio[${PYTHON_USEDEP}]

diff --git a/net-misc/streamlink/streamlink-6.2.0.ebuild 
b/net-misc/streamlink/streamlink-6.2.0.ebuild
index 328db327ffcc..01f6fa60c3bb 100644
--- a/net-misc/streamlink/streamlink-6.2.0.ebuild
+++ b/net-misc/streamlink/streamlink-6.2.0.ebuild
@@ -49,7 +49,6 @@ BDEPEND="
        $(python_gen_cond_dep '
                >=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
                test? (
-                       dev-python/mock[${PYTHON_USEDEP}]
                        >=dev-python/freezegun-1.0.0[${PYTHON_USEDEP}]
                        dev-python/pytest-asyncio[${PYTHON_USEDEP}]
                        dev-python/pytest-trio[${PYTHON_USEDEP}]

diff --git a/net-misc/streamlink/streamlink-6.2.1.ebuild 
b/net-misc/streamlink/streamlink-6.2.1.ebuild
index 025dd94e32c9..5f7264547893 100644
--- a/net-misc/streamlink/streamlink-6.2.1.ebuild
+++ b/net-misc/streamlink/streamlink-6.2.1.ebuild
@@ -52,7 +52,6 @@ BDEPEND="
                >=dev-python/setuptools-64[${PYTHON_USEDEP}]
                >=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
                test? (
-                       dev-python/mock[${PYTHON_USEDEP}]
                        >=dev-python/freezegun-1.0.0[${PYTHON_USEDEP}]
                        dev-python/pytest-asyncio[${PYTHON_USEDEP}]
                        dev-python/pytest-trio[${PYTHON_USEDEP}]

Reply via email to