dev-python/pylint: Add missing dep on pytest-runner to 2.2.2
authorPatrick McLean <patrick.mclean@sony.com>
Fri, 1 Feb 2019 19:09:17 +0000 (11:09 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Fri, 1 Feb 2019 19:09:17 +0000 (11:09 -0800)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-python/pylint/pylint-2.2.2.ebuild

index 5a14d9cdd7f7b6f03c3107899890921dc98fedd5..e34600103c3f718253398d9a5c4256116faace14 100644 (file)
@@ -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}]