Fix deptype of various dependencies on Python packages (#3486)

This commit is contained in:
Adam J. Stewart
2017-03-18 15:20:16 -05:00
committed by GitHub
parent 6b97f538cf
commit 9d0a3c6b05
20 changed files with 34 additions and 32 deletions

View File

@@ -35,4 +35,4 @@ class PyUnittest2(PythonPackage):
version('1.1.0', 'f72dae5d44f091df36b6b513305ea000')
depends_on('py-setuptools', type='build')
depends_on('py-enum34', when='^python@:3.3')
depends_on('py-enum34', when='^python@:3.3', type=('build', 'run'))