commit:     a67f53f8cb4e50d9a20c4ab6112f61f371d10ae3
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Oct  5 21:43:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 00:41:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67f53f8

dev-python/mypy: remove outdated test dependencies

- virtualenv was dropped alongside python2 support in upstream commit
  ed5a2a00cb2e30349614d9b5328f709c367ff1c2

- six was dropped in upstream commit
  a9f8df7cda032f637946bb2ea7a60f790f81350f

As far as I can tell, py was never used. It was added in
https://bugs.gentoo.org/729278 but 'py' used to be an internal pytest
component and is currently only used by pytest-forked, which depends on
it correctly, so it is not clear why mypy should care.

[sam: add Bug tag for completeness.]

Bug: https://bugs.gentoo.org/729278
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/mypy/mypy-1.5.1.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/mypy/mypy-1.5.1.ebuild 
b/dev-python/mypy/mypy-1.5.1.ebuild
index cc6ca1914147..7a9d3c91109a 100644
--- a/dev-python/mypy/mypy-1.5.1.ebuild
+++ b/dev-python/mypy/mypy-1.5.1.ebuild
@@ -40,9 +40,6 @@ BDEPEND="
                >=dev-python/lxml-4.4.0[${PYTHON_USEDEP}]
                >=dev-python/pytest-7.4.0[${PYTHON_USEDEP}]
                >=dev-python/pytest-xdist-1.18[${PYTHON_USEDEP}]
-               >=dev-python/py-1.5.2[${PYTHON_USEDEP}]
-               dev-python/six[${PYTHON_USEDEP}]
-               >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}]
        )
 "
 

Reply via email to