Skip to content
Snippets Groups Projects
Commit ab262ca9 authored by Neil Flood's avatar Neil Flood Committed by Adam J. Stewart
Browse files

py-pkgconfig: Made nose dependency type=build,test instead of just type=test,...

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)
parent 290125f8
No related branches found
No related tags found
No related merge requests found
......@@ -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'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment