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/sphinx/
Date: Fri, 13 Jul 2018 21:40:27
Message-Id: 1531518020.ab9ceb2373e9ba27b0bb685581cd5cc8a76e9887.mgorny@gentoo
1 commit: ab9ceb2373e9ba27b0bb685581cd5cc8a76e9887
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 13 21:19:01 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 13 21:40:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9ceb23
7
8 dev-python/sphinx: Remove unnecessary flake8 test-dep
9
10 dev-python/sphinx/sphinx-1.7.5-r1.ebuild | 1 -
11 1 file changed, 1 deletion(-)
12
13 diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
14 index 86a61f664a7..130b1d14f22 100644
15 --- a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
16 +++ b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
17 @@ -46,7 +46,6 @@ DEPEND="${RDEPEND}
18 dev-python/setuptools[${PYTHON_USEDEP}]
19 test? (
20 dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
21 - dev-python/flake8[${PYTHON_USEDEP}]
22 dev-python/html5lib[${PYTHON_USEDEP}]
23 dev-python/mock[${PYTHON_USEDEP}]
24 dev-python/pytest[${PYTHON_USEDEP}]