Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/
Date: Fri, 01 Feb 2019 19:09:56
Message-Id: 1549048157.5cac73f9b1f8b70ed27a5d9d71f4e3395e82b605.chutzpah@gentoo
1 commit: 5cac73f9b1f8b70ed27a5d9d71f4e3395e82b605
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Fri Feb 1 19:09:17 2019 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 1 19:09:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cac73f9
7
8 dev-python/pylint: Add missing dep on pytest-runner to 2.2.2
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.59, Repoman-2.3.12
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/pylint/pylint-2.2.2.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/pylint/pylint-2.2.2.ebuild b/dev-python/pylint/pylint-2.2.2.ebuild
18 index 5a14d9cdd7f..e34600103c3 100644
19 --- a/dev-python/pylint/pylint-2.2.2.ebuild
20 +++ b/dev-python/pylint/pylint-2.2.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -25,6 +25,7 @@ RDEPEND="
28 dev-python/mccabe[${PYTHON_USEDEP}]
29 virtual/python-singledispatch[${PYTHON_USEDEP}]"
30 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
31 + dev-python/pytest-runner[${PYTHON_USEDEP}]
32 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
33 test? ( ${RDEPEND}
34 dev-python/pytest[${PYTHON_USEDEP}]