add missing build dependency to py-pytest-runner (#6490)

This commit is contained in:
healther 2017-11-29 00:52:18 +01:00 committed by Christoph Junghans
parent b5f3ecf3fa
commit cc5d5295bd

View file

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