Skip to content
Snippets Groups Projects
Commit a83a4646 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

add missing dependencies

parent f8027c5f
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,6 @@ class PyHippounit(PythonPackage): ...@@ -19,5 +19,6 @@ class PyHippounit(PythonPackage):
depends_on('python@3.6.9:') depends_on('python@3.6.9:')
depends_on('py-setuptools', type=('build')) depends_on('py-setuptools', type=('build'))
depends_on('py-future', type=('build', 'run')) depends_on('py-future', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run'))
depends_on('py-sciunit@0.2.5.1:', type=('build', 'run')) depends_on('py-sciunit@0.2.5.1:', type=('build', 'run'))
depends_on('py-efel@4.0.4:', type=('build', 'run')) depends_on('py-efel@4.0.4:', type=('build', 'run'))
...@@ -14,6 +14,7 @@ class PySnudda(PythonPackage): ...@@ -14,6 +14,7 @@ class PySnudda(PythonPackage):
depends_on("unzip", type=("build")) depends_on("unzip", type=("build"))
depends_on("py-setuptools", type=("build")) depends_on("py-setuptools", type=("build"))
depends_on("py-importlib-metadata", type=("build","run"))
depends_on("py-bluepyopt@1.11.7:", type=("build","run")) depends_on("py-bluepyopt@1.11.7:", type=("build","run"))
depends_on("py-h5py@3.2.1:", type=("build","run")) depends_on("py-h5py@3.2.1:", type=("build","run"))
depends_on("py-ipyparallel@6.3.0:", type=("build","run")) depends_on("py-ipyparallel@6.3.0:", type=("build","run"))
......
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