commit: 1ffc0277ad9123ce383b6ab4809c78bdc1e4e044 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Apr 27 15:54:44 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Apr 27 15:56:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ffc0277
dev-python/sphinxcontrib-spelling: Add missing dep on dict Closes: https://bugs.gentoo.org/719726 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) 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 5a6af622949..03e7ab2f7de 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}] )
