File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
var/spack/repos/builtin/packages/py-bbp-workflow Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ modules:
6161 - py-currentscape
6262 - py-efel
6363 - py-entity-management
64- - py-jupyter- notebook
64+ - py-notebook
6565 - py-minis-validation
6666 - py-morph-tool
6767 - py-morphio
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ packages:
3535 - psp-validation@0.3.1
3636 - py-pytouchreader@1.4.6
3737 - py-basalt@0.2.9
38- - py-bbp-workflow@2.1.0
38+ - py-bbp-workflow@2.1.2
3939 - py-entity-management@1.2.10
4040 - py-notebook@6.1.4
4141 - py-bbp-analysis-framework@1.6.42
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class PyBbpWorkflow(PythonPackage):
1212 homepage = 'https://bbpcode.epfl.ch/code/#/admin/projects/nse/bbp-workflow'
1313 git = 'ssh://bbpcode.epfl.ch/nse/bbp-workflow'
1414
15- version ('2.1.0 ' , tag = 'bbp-workflow-v2.1.0 ' )
15+ version ('2.1.2 ' , tag = 'bbp-workflow-v2.1.2 ' )
1616
1717 depends_on ('py-setuptools' , type = ('build' ))
1818
@@ -27,6 +27,8 @@ class PyBbpWorkflow(PythonPackage):
2727 depends_on ('py-xarray' , type = 'run' )
2828 depends_on ('py-notebook' , type = 'run' )
2929
30+ depends_on ('py-docutils' , type = 'run' ) # rdflib plugins pull this from python-daemon
31+
3032 depends_on ('py-bluepy' , type = 'run' )
3133 depends_on ('py-bluepy-configfile' , type = 'run' )
3234 depends_on ('py-simwriter' , type = 'run' )
You can’t perform that action at this time.
0 commit comments