diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2023-10-05 17:43:31 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-06 01:41:59 +0100 |
commit | a67f53f8cb4e50d9a20c4ab6112f61f371d10ae3 (patch) | |
tree | 5cdbb95fa84dfdbbe6b26d34c0c30438763b8a72 /dev-python | |
parent | sys-block/tgt: drop unused ibmvio, fcp, fcoe USE flags (diff) | |
download | gentoo-a67f53f8cb4e50d9a20c4ab6112f61f371d10ae3.tar.gz gentoo-a67f53f8cb4e50d9a20c4ab6112f61f371d10ae3.tar.bz2 gentoo-a67f53f8cb4e50d9a20c4ab6112f61f371d10ae3.zip |
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@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/mypy/mypy-1.5.1.ebuild | 3 |
1 files changed, 0 insertions, 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}] ) " |