summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhealther <healther@users.noreply.github.com>2017-11-25 19:41:45 +0100
committerChristoph Junghans <christoph.junghans@gmail.com>2017-11-25 11:41:45 -0700
commit8c5c46a7a2e2e7347af37462b7419c578ec7b371 (patch)
treedb7ea56c405219631ea047f19935baa354a32ff9
parent835b1ff03d517c4a621237d3cd1682df1322e0e8 (diff)
downloadspack-8c5c46a7a2e2e7347af37462b7419c578ec7b371.tar.gz
spack-8c5c46a7a2e2e7347af37462b7419c578ec7b371.tar.bz2
spack-8c5c46a7a2e2e7347af37462b7419c578ec7b371.tar.xz
spack-8c5c46a7a2e2e7347af37462b7419c578ec7b371.zip
add missing dependencies to py-pylint (#6445)
-rw-r--r--var/spack/repos/builtin/packages/py-pylint/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-pylint/package.py b/var/spack/repos/builtin/packages/py-pylint/package.py
index fb6cb2946e..75a7c4357b 100644
--- a/var/spack/repos/builtin/packages/py-pylint/package.py
+++ b/var/spack/repos/builtin/packages/py-pylint/package.py
@@ -38,7 +38,9 @@ class PyPylint(PythonPackage):
depends_on('py-six', type=('build', 'run'))
depends_on('py-astroid', type=('build', 'run'))
depends_on('py-logilab-common', type=('build', 'run'))
+ depends_on('py-pytest-runner', type=('build', 'run'))
depends_on('py-setuptools', type='build')
+ depends_on('py-setuptools-scm@1.15.0:', type='build')
# TODO: Add a 'test' deptype
# depends_on('py-nose', type='test')