dev-python/doit-py: Remove py2 virtuals

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-03-16 19:43:39 +01:00
parent 9e0ab910c1
commit 8b9e8ed87b
2 changed files with 0 additions and 4 deletions

View 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}]"

View 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}]"