Skip to content
Snippets Groups Projects
Commit 0c890f02 authored by Andrew Davison's avatar Andrew Davison
Browse files

fix typo

parent f081bc38
No related branches found
No related tags found
3 merge requests!330create new experimental release,!327Update PyNN,!325Add PyNN 0.11.0
......@@ -24,7 +24,7 @@ class PyPynn(PythonPackage):
variant('mpi', default=False, description='Enable MPI support')
depends_on('python@2.7:2.8,3.3:', when="@0.9.5")
depends_on('python@2.7:2.8,3.6:', when="@0.9.6")
depends_on('python@3.7:', when="@0.10.0:0:10.1")
depends_on('python@3.7:', when="@0.10.0:0.10.1")
depends_on('python@3.8:', when="@0.11.0:")
depends_on('py-setuptools', type=('build'))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment