add missing dependencies to py-pylint (#6445)

This commit is contained in:
healther 2017-11-25 19:41:45 +01:00 committed by Christoph Junghans
parent 835b1ff03d
commit 8c5c46a7a2

View file

@ -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')