Skip to content

Commit

Permalink
brayns: ping libsonata version (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
NadirRoGue committed Feb 20, 2023
1 parent 1b7bc73 commit 8d94dd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bluebrain/repo-bluebrain/packages/brayns/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ class Brayns(CMakePackage):
depends_on('git', type='build')

depends_on('[email protected]:', when='+blueconfig')
depends_on('[email protected]:')
depends_on('libsonata@:0.1.16', when='@:3.1.0')
depends_on('[email protected]:', when='@3.1.1:')
depends_on('[email protected]:')
depends_on('[email protected]:')
depends_on('[email protected]')
Expand Down

0 comments on commit 8d94dd3

Please sign in to comment.