Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-repo
Commits
e21742ed
Commit
e21742ed
authored
Feb 19, 2021
by
Matthieu Dorier
Browse files
requesting bedrock 0.2 no matter the version
parent
d8f60224
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/mochi-remi/package.py
View file @
e21742ed
...
@@ -28,8 +28,7 @@ class MochiRemi(CMakePackage):
...
@@ -28,8 +28,7 @@ class MochiRemi(CMakePackage):
depends_on
(
'mochi-thallium@0.4.2:'
,
when
=
'@0.2.2'
)
depends_on
(
'mochi-thallium@0.4.2:'
,
when
=
'@0.2.2'
)
depends_on
(
'mochi-thallium@0.3:'
,
when
=
'@:0.2.1'
)
depends_on
(
'mochi-thallium@0.3:'
,
when
=
'@:0.2.1'
)
depends_on
(
'mochi-abt-io@0.1:'
)
depends_on
(
'mochi-abt-io@0.1:'
)
depends_on
(
'mochi-bedrock@0.1'
,
when
=
'@0.3 +bedrock'
)
depends_on
(
'mochi-bedrock@0.2:'
,
when
=
'@0.3: +bedrock'
)
depends_on
(
'mochi-bedrock@0.2:'
,
when
=
'@0.3.1: +bedrock'
)
# dependencies for develop version
# dependencies for develop version
depends_on
(
'mochi-thallium@develop'
,
when
=
'@develop'
)
depends_on
(
'mochi-thallium@develop'
,
when
=
'@develop'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment