From: Michał Górny Date: Mon, 27 Apr 2020 15:54:44 +0000 (+0200) Subject: dev-python/sphinxcontrib-spelling: Add missing dep on dict X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1ffc0277ad9123ce383b6ab4809c78bdc1e4e044;p=gentoo.git dev-python/sphinxcontrib-spelling: Add missing dep on dict Closes: https://bugs.gentoo.org/719726 Signed-off-by: Michał Górny --- diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.0.0.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.0.0.ebuild index 5a6af6229499..03e7ab2f7de0 100644 --- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.0.0.ebuild +++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.0.0.ebuild @@ -27,6 +27,7 @@ DEPEND=" doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ${COMMON_DEPEND} + app-dicts/myspell-en >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] dev-python/testtools[${PYTHON_USEDEP}] )