Skip to content

Commit 585d403

Browse files
authored
bbp-workflow version 2.1.2 hotfix docutils dependency (spack#1014)
1 parent 7b5b6ad commit 585d403

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

deploy/configs/applications/modules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

deploy/packages/bbp-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

var/spack/repos/builtin/packages/py-bbp-workflow/package.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)