mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
committed by
Joonas Niilola
parent
665863d846
commit
7d2f0049f7
@@ -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}]"
|
||||
|
||||
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
test? (
|
||||
app-text/hunspell
|
||||
app-text/hunspell[l10n_en]
|
||||
dev-python/pyflakes[${PYTHON_USEDEP}]
|
||||
)"
|
||||
RDEPEND="
|
||||
|
||||
Reference in New Issue
Block a user