py-pkgconfig: Made nose dependency type=build,test instead of just type=test, to prevent setuptools from silently installing its own copy of nose (#8749)
This commit is contained in:
parent
290125f893
commit
ab262ca916
@ -38,4 +38,4 @@ class PyPkgconfig(PythonPackage):
|
||||
|
||||
depends_on('pkgconfig', type=('build', 'run'))
|
||||
|
||||
depends_on('py-nose@1.0:', type='test')
|
||||
depends_on('py-nose@1.0:', type=('build', 'test'))
|
||||
|
Loading…
Reference in New Issue
Block a user