summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorhealther <healther@users.noreply.github.com>2017-04-07 13:46:46 +0200
committerAdam J. Stewart <ajstewart426@gmail.com>2017-04-07 06:46:46 -0500
commit1d21a11ff4b646666ae8027e7594476f045833d1 (patch)
tree72f61c668a7c04fc1335bdba60cc7689779e1e8f /var
parent10c395b2f510eb9ce1036222d30ef99d9aa26212 (diff)
downloadspack-1d21a11ff4b646666ae8027e7594476f045833d1.tar.gz
spack-1d21a11ff4b646666ae8027e7594476f045833d1.tar.bz2
spack-1d21a11ff4b646666ae8027e7594476f045833d1.tar.xz
spack-1d21a11ff4b646666ae8027e7594476f045833d1.zip
fix dependencies of py-pynn (#3756)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-pynn/package.py13
1 files changed, 6 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/py-pynn/package.py b/var/spack/repos/builtin/packages/py-pynn/package.py
index 2e7aae6ec9..55f847d4fe 100644
--- a/var/spack/repos/builtin/packages/py-pynn/package.py
+++ b/var/spack/repos/builtin/packages/py-pynn/package.py
@@ -40,11 +40,10 @@ class PyPynn(PythonPackage):
version('0.7.5', 'd8280544e4c9b34b40fd372b16342841')
depends_on('python@2.6:2.8,3.3:')
- depends_on('py-lazyarray@0.2.9:', type=('build', 'run'))
- depends_on('py-neo@:0.3', type=('build', 'run'))
- depends_on('py-numpy@:1.5', type=('build', 'run'))
- depends_on('py-jinja2@:2.6', type=('build', 'run'))
- depends_on('py-quantities@:0.10', type=('build', 'run'))
- depends_on('py-lazyarray@:0.2.9', type=('build', 'run'))
- depends_on('py-neo@:0.3', type=('build', 'run'))
+ depends_on('py-jinja2@2.7:', type=('build', 'run'))
+ depends_on('py-docutils@0.10:', type=('build', 'run'))
+ depends_on('py-mock@1.0:', type=('build', 'run'))
depends_on('py-numpy@1.5:', type=('build', 'run'))
+ depends_on('py-quantities@0.10:', type=('build', 'run'))
+ depends_on('py-lazyarray@0.2.9:', type=('build', 'run'))
+ depends_on('py-neo@0.3:', type=('build', 'run'))