Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 4d272bd

Browse files
Correct brainbuilder dep
1 parent a232a25 commit 4d272bd

File tree

1 file changed

+1
-1
lines changed
  • bluebrain/repo-bluebrain/packages/py-blue-cwl

1 file changed

+1
-1
lines changed

bluebrain/repo-bluebrain/packages/py-blue-cwl/package.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class PyBlueCwl(PythonPackage):
3636
depends_on("py-morph-tool", type=("build", "run"))
3737
depends_on("py-jsonschema", type=("build", "run"))
3838
depends_on("py-luigi", type=("build", "run"))
39-
depends_on("py-brainbuilder", type=("build", "run"))
39+
depends_on("brainbuilder", type=("build", "run"))
4040

4141
# Visualization dependencies
4242
depends_on("py-pydot", type=("build", "run"))

0 commit comments

Comments
 (0)