diff options
author | Sam James <sam@gentoo.org> | 2023-02-17 08:35:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-17 08:51:23 +0000 |
commit | dbdd295c0a7488613995917115c76048e3f2781d (patch) | |
tree | 6d835dd4014dba64c588d9b5469cd9445ee8b428 | |
parent | dev-python/pytest-fixture-config: drop py2 cruft (diff) | |
download | gentoo-dbdd295c0a7488613995917115c76048e3f2781d.tar.gz gentoo-dbdd295c0a7488613995917115c76048e3f2781d.tar.bz2 gentoo-dbdd295c0a7488613995917115c76048e3f2781d.zip |
dev-python/pytest-shutil: drop py2 cruft
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/pytest-shutil/pytest-shutil-1.7.0-r3.ebuild | 5 |
1 files changed, 0 insertions, 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}] |