From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DAC4138334 for ; Fri, 1 Feb 2019 19:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE774E0A00; Fri, 1 Feb 2019 19:09:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F4BFE0A00 for ; Fri, 1 Feb 2019 19:09:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAEA4335D46 for ; Fri, 1 Feb 2019 19:09:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C88D52D for ; Fri, 1 Feb 2019 19:09:52 +0000 (UTC) From: "Patrick McLean" 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 McLean" Message-ID: <1549048157.5cac73f9b1f8b70ed27a5d9d71f4e3395e82b605.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylint/pylint-2.2.2.ebuild X-VCS-Directories: dev-python/pylint/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 5cac73f9b1f8b70ed27a5d9d71f4e3395e82b605 X-VCS-Branch: master Date: Fri, 1 Feb 2019 19:09:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a73e823-c8ce-4992-8eae-6372112d2354 X-Archives-Hash: 32d324a3db0b27d5bb23a32868929d2e commit: 5cac73f9b1f8b70ed27a5d9d71f4e3395e82b605 Author: Patrick McLean sony com> AuthorDate: Fri Feb 1 19:09:17 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Feb 1 19:09:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cac73f9 dev-python/pylint: Add missing dep on pytest-runner to 2.2.2 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Patrick McLean gentoo.org> dev-python/pylint/pylint-2.2.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pylint/pylint-2.2.2.ebuild b/dev-python/pylint/pylint-2.2.2.ebuild index 5a14d9cdd7f..e34600103c3 100644 --- a/dev-python/pylint/pylint-2.2.2.ebuild +++ b/dev-python/pylint/pylint-2.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,6 +25,7 @@ RDEPEND=" dev-python/mccabe[${PYTHON_USEDEP}] virtual/python-singledispatch[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}]