Add missing test dependency to py-bottleneck (#13164)

This commit is contained in:
Adam J. Stewart 2019-10-12 20:04:34 -05:00 committed by GitHub
parent 1078dfb6cc
commit a59e77e374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,3 +16,4 @@ class PyBottleneck(PythonPackage):
depends_on('py-setuptools', type='build')
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-nose', type='test')