dev-python/doit-py: Remove py2 virtuals
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Mar 2020 18:43:39 +0000 (19:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Mar 2020 18:43:39 +0000 (19:43 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/doit-py/doit-py-0.4.0-r1.ebuild
dev-python/doit-py/doit-py-0.4.0.ebuild

index a59f473199b6e1e6489b673c7fcfa10bf33a6f61..a23ebb2f495a736d41579ad30878222e0690f065 100644 (file)
@@ -19,11 +19,9 @@ RESTRICT="!test? ( test )"
 DEPEND="test? (
                dev-python/pyflakes[${PYTHON_USEDEP}]
                dev-python/coverage[${PYTHON_USEDEP}]
-               virtual/python-singledispatch[${PYTHON_USEDEP}]
                app-text/hunspell )
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 RDEPEND="
-       virtual/python-pathlib[${PYTHON_USEDEP}]
        dev-python/doit[${PYTHON_USEDEP}]
        dev-python/configclass[${PYTHON_USEDEP}]"
 
index 692ebc3ca00874493c58c869a4a2000bc6d23cf9..fae2a43f880da8b41ce637cb12bb5bb007f27a41 100644 (file)
@@ -21,11 +21,9 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
                dev-python/pyflakes[${PYTHON_USEDEP}]
                dev-python/pytest[${PYTHON_USEDEP}]
                dev-python/coverage[${PYTHON_USEDEP}]
-               virtual/python-singledispatch[${PYTHON_USEDEP}]
                app-text/hunspell )
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 RDEPEND="
-       virtual/python-pathlib[${PYTHON_USEDEP}]
        dev-python/doit[${PYTHON_USEDEP}]
        dev-python/configclass[${PYTHON_USEDEP}]"