Skip to content
Snippets Groups Projects
Commit 932a3722 authored by Andrew Rowley's avatar Andrew Rowley
Browse files

There can be only one...

parent 0368bf11
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,6 @@ class PySpinnfrontendcommon(PythonPackage):
super(PySpinnfrontendcommon, self).install(spec, prefix)
# Work out the python version installed, so we know where to put
# the java code!
python_spec = find("python@3.7:")
python_spec = find("python@3.7:")[0]
python_lib = f"python{python_spec.version}"
install_tree("JavaSpiNNaker", prefix.lib.join(python_lib).site_packages)
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