commit: 1a51c6c71359441c09f0e78cde3da9a710e5b2c8
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Fri Feb 19 19:43:11 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 20:21:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a51c6c7
dev-python/mccabe: remove unneeded pep8 dependency
Package-Manager: portage-2.2.27
dev-python/mccabe/mccabe-0.4.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild
b/dev-python/mccabe/mccabe-0.4.0.ebuild
index 5c29731..25a13ee 100644
--- a/dev-python/mccabe/mccabe-0.4.0.ebuild
+++ b/dev-python/mccabe/mccabe-0.4.0.ebuild
@@ -19,8 +19,7 @@ IUSE="test"
LICENSE="MIT"
SLOT="0"
-RDEPEND=">=dev-python/pep8-1.4.3[${PYTHON_USEDEP}]
- dev-python/flake8[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]"