From: Michał Górny Date: Mon, 16 Mar 2020 18:44:00 +0000 (+0100) Subject: dev-python/natsort: Remove py2 virtuals X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=443d0dbe7396fa2af5dd6c0c77de1f819703d335;p=gentoo.git dev-python/natsort: Remove py2 virtuals Signed-off-by: Michał Górny --- diff --git a/dev-python/natsort/natsort-4.0.4.ebuild b/dev-python/natsort/natsort-4.0.4.ebuild index 91d2f74b244f..eec9b8aca504 100644 --- a/dev-python/natsort/natsort-4.0.4.ebuild +++ b/dev-python/natsort/natsort-4.0.4.ebuild @@ -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() { diff --git a/dev-python/natsort/natsort-7.0.1.ebuild b/dev-python/natsort/natsort-7.0.1.ebuild index 693e88d0613c..2146073f3d8a 100644 --- a/dev-python/natsort/natsort-7.0.1.ebuild +++ b/dev-python/natsort/natsort-7.0.1.ebuild @@ -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