summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2019-02-01 11:09:17 -0800
committerPatrick McLean <chutzpah@gentoo.org>2019-02-01 11:09:17 -0800
commit5cac73f9b1f8b70ed27a5d9d71f4e3395e82b605 (patch)
tree4dba3570d711615a4e12a97babf3332a8efb7115 /dev-python/pylint
parentnet-misc/remmina: bump to 1.3.2 (diff)
downloadgentoo-5cac73f9b1f8b70ed27a5d9d71f4e3395e82b605.tar.gz
gentoo-5cac73f9b1f8b70ed27a5d9d71f4e3395e82b605.tar.bz2
gentoo-5cac73f9b1f8b70ed27a5d9d71f4e3395e82b605.zip
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 <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/pylint')
-rw-r--r--dev-python/pylint/pylint-2.2.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pylint/pylint-2.2.2.ebuild b/dev-python/pylint/pylint-2.2.2.ebuild
index 5a14d9cdd7f7..e34600103c3f 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}]