dev-python/natsort: Remove py2 virtuals

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-03-16 19:44:00 +01:00
parent 27813d6040
commit 443d0dbe73
2 changed files with 0 additions and 3 deletions

View File

@@ -21,9 +21,7 @@ IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
virtual/python-pathlib[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
)"
python_test() {

View File

@@ -20,7 +20,6 @@ IUSE="test"
DEPEND="test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
virtual/python-pathlib[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest