add missing build dependency to py-pytest-runner (#6490)
This commit is contained in:
parent
b5f3ecf3fa
commit
cc5d5295bd
1 changed files with 1 additions and 0 deletions
|
@ -36,3 +36,4 @@ class PyPytestRunner(PythonPackage):
|
|||
version('2.11.1', 'bdb73eb18eca2727944a2dcf963c5a81')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-setuptools-scm@1.15:', type='build')
|
||||
|
|
Loading…
Reference in a new issue