add missing build dependency to py-execnet (#6443)
This commit is contained in:
parent
ed685b0262
commit
835b1ff03d
1 changed files with 1 additions and 0 deletions
|
@ -36,4 +36,5 @@ class PyExecnet(PythonPackage):
|
|||
version('1.4.1', '0ff84b6c79d0dafb7e2971629c4d127a')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-setuptools-scm', type='build')
|
||||
depends_on('py-apipkg@1.4:', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue