dev-python/natsort: Remove py2 virtuals
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Mar 2020 18:44:00 +0000 (19:44 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Mar 2020 18:44:00 +0000 (19:44 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/natsort/natsort-4.0.4.ebuild
dev-python/natsort/natsort-7.0.1.ebuild

index 91d2f74b244fe28e48f5fd420b5c916d3a998ca4..eec9b8aca504be65d2911a2ab1fe5f2da5963604 100644 (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() {
index 693e88d0613cfa118e6af28621477f7534bbef8c..2146073f3d8abde4db4e3e2ca99242870032e7d2 100644 (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