commit: dbdd295c0a7488613995917115c76048e3f2781d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 08:35:24 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 08:51:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbdd295c
dev-python/pytest-shutil: drop py2 cruft
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pytest-shutil/pytest-shutil-1.7.0-r3.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r3.ebuild
b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r3.ebuild
index 212cdf7f0e4c..d56be41d5ecb 100644
--- a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r3.ebuild
+++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r3.ebuild
@@ -27,11 +27,6 @@ RDEPEND="
dev-python/mock[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
"
-# block pytest plugins that will be broken by the upgrade
-RDEPEND+="
- !<dev-python/pytest-virtualenv-1.7.0-r1[python_targets_python2_7(-)]
-"
-
BDEPEND="
${RDEPEND}
dev-python/setuptools-git[${PYTHON_USEDEP}]