add missing dependencies to py-pylint (#6445)
This commit is contained in:
parent
835b1ff03d
commit
8c5c46a7a2
1 changed files with 2 additions and 0 deletions
|
@ -38,7 +38,9 @@ class PyPylint(PythonPackage):
|
||||||
depends_on('py-six', type=('build', 'run'))
|
depends_on('py-six', type=('build', 'run'))
|
||||||
depends_on('py-astroid', type=('build', 'run'))
|
depends_on('py-astroid', type=('build', 'run'))
|
||||||
depends_on('py-logilab-common', 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', type='build')
|
||||||
|
depends_on('py-setuptools-scm@1.15.0:', type='build')
|
||||||
|
|
||||||
# TODO: Add a 'test' deptype
|
# TODO: Add a 'test' deptype
|
||||||
# depends_on('py-nose', type='test')
|
# depends_on('py-nose', type='test')
|
||||||
|
|
Loading…
Reference in a new issue