dev-python/doit-py: fix #732192

Specify app-text/hunspell[l10n_en] as dependency.
Closes: https://bugs.gentoo.org/732192
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16703
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Azamat H. Hackimov
2020-07-15 10:55:34 +03:00
committed by Joonas Niilola
parent 665863d846
commit 7d2f0049f7
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ DEPEND="
test? (
dev-python/pyflakes[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
app-text/hunspell
app-text/hunspell[l10n_en]
)"
RDEPEND="
dev-python/configclass[${PYTHON_USEDEP}]"

View File

@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
DEPEND="
test? (
app-text/hunspell
app-text/hunspell[l10n_en]
dev-python/pyflakes[${PYTHON_USEDEP}]
)"
RDEPEND="