dev-python/sphinxcontrib-spelling: Add missing dep on dict
authorMichał Górny <mgorny@gentoo.org>
Mon, 27 Apr 2020 15:54:44 +0000 (17:54 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 27 Apr 2020 15:56:40 +0000 (17:56 +0200)
Closes: https://bugs.gentoo.org/719726
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.0.0.ebuild

index 5a6af62294996f76745f6b2ae6430e4f5ec48d1a..03e7ab2f7de02e8c5eab8fc3a1d1818929945f81 100644 (file)
@@ -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}]
        )