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

Remove comma

parent b3519fb5
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,6 @@ class PySpinnutilities(PythonPackage): ...@@ -18,6 +18,6 @@ class PySpinnutilities(PythonPackage):
depends_on("python@3.7:", type=("build", "run")) depends_on("python@3.7:", type=("build", "run"))
depends_on("py-appdirs", type=("build", "run")) depends_on("py-appdirs", type=("build", "run"))
depends_on("py-numpy", type=("build", "run"),) depends_on("py-numpy", type=("build", "run"))
depends_on("py-pyyaml", type=("build", "run")) depends_on("py-pyyaml", type=("build", "run"))
depends_on("py-requests", type=("build", "run")) depends_on("py-requests", 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