Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-spelling/
Date: Mon, 27 Apr 2020 15:57:19
Message-Id: 1588003000.1ffc0277ad9123ce383b6ab4809c78bdc1e4e044.mgorny@gentoo
1 commit: 1ffc0277ad9123ce383b6ab4809c78bdc1e4e044
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 15:54:44 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 27 15:56:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ffc0277
7
8 dev-python/sphinxcontrib-spelling: Add missing dep on dict
9
10 Closes: https://bugs.gentoo.org/719726
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.0.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.0.0.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.0.0.ebuild
17 index 5a6af622949..03e7ab2f7de 100644
18 --- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.0.0.ebuild
19 +++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.0.0.ebuild
20 @@ -27,6 +27,7 @@ DEPEND="
21 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
22 test? (
23 ${COMMON_DEPEND}
24 + app-dicts/myspell-en
25 >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
26 dev-python/testtools[${PYTHON_USEDEP}]
27 )