Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mccabe/
Date: Sat, 20 Feb 2016 02:30:10
Message-Id: 1455913305.1a51c6c71359441c09f0e78cde3da9a710e5b2c8.idella4@gentoo
1 commit: 1a51c6c71359441c09f0e78cde3da9a710e5b2c8
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 19 19:43:11 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 20:21:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a51c6c7
7
8 dev-python/mccabe: remove unneeded pep8 dependency
9
10 Package-Manager: portage-2.2.27
11
12 dev-python/mccabe/mccabe-0.4.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild
16 index 5c29731..25a13ee 100644
17 --- a/dev-python/mccabe/mccabe-0.4.0.ebuild
18 +++ b/dev-python/mccabe/mccabe-0.4.0.ebuild
19 @@ -19,8 +19,7 @@ IUSE="test"
20 LICENSE="MIT"
21 SLOT="0"
22
23 -RDEPEND=">=dev-python/pep8-1.4.3[${PYTHON_USEDEP}]
24 - dev-python/flake8[${PYTHON_USEDEP}]"
25 +RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
26 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
27 dev-python/pytest-runner[${PYTHON_USEDEP}]"