Skip to content
Snippets Groups Projects

add missing dependency for nixio

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -20,5 +20,6 @@ class PyNixio(PythonPackage):
depends_on("py-setuptools", type="build")
depends_on("py-six", type=("build", "run"))
depends_on("py-numpy", type=("build", "run"))
depends_on("py-h5py", type=("build", "run"))