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

@@ -33,4 +33,4 @@ class PySympy(PythonPackage):
version('0.7.6', '3d04753974306d8a13830008e17babca')
version('1.0', '43e797de799f00f9e8fd2307dba9fab1')
depends_on('py-mpmath', when='@1.0:')
depends_on('py-mpmath', when='@1.0:', type=('build', 'run'))