From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 04F0E1388BF for ; Thu, 18 Feb 2016 17:05:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DB9C21C127; Thu, 18 Feb 2016 17:05:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E174321C127 for ; Thu, 18 Feb 2016 17:05:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC620340B3A for ; Thu, 18 Feb 2016 17:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9970B15FD for ; Thu, 18 Feb 2016 17:05:37 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1455815076.7ccc3669b815254fbf9e97d8349823def5a0c8d1.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flake8/flake8-2.5.1.ebuild X-VCS-Directories: dev-python/flake8/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 7ccc3669b815254fbf9e97d8349823def5a0c8d1 X-VCS-Branch: master Date: Thu, 18 Feb 2016 17:05:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f89f5072-b539-4eb8-a662-552ac5898975 X-Archives-Hash: c5be23b044f8b53d5848b0f97ee1ac66 commit: 7ccc3669b815254fbf9e97d8349823def5a0c8d1 Author: Patrick Lauer gentoo org> AuthorDate: Thu Feb 18 16:43:05 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Feb 18 17:04:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ccc3669 dev-python/flake8: Fix test deps Package-Manager: portage-2.2.27 dev-python/flake8/flake8-2.5.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/flake8/flake8-2.5.1.ebuild b/dev-python/flake8/flake8-2.5.1.ebuild index 4a5fc3b..f52a453 100644 --- a/dev-python/flake8/flake8-2.5.1.ebuild +++ b/dev-python/flake8/flake8-2.5.1.ebuild @@ -30,6 +30,8 @@ DEPEND="${RDEPEND} test? ( ${PDEPEND} dev-python/nose[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) + >=dev-python/mccabe-0.2.1[${PYTHON_USEDEP}] +