Skip to content

Commit

Permalink
Force dependency install order
Browse files Browse the repository at this point in the history
  • Loading branch information
devcurmudgeon committed Sep 21, 2015
1 parent 691fa2e commit 10c09b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ybd/assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def preinstall(defs, component, it):
return

dependencies = dependency.get('build-depends', [])
random.shuffle(dependencies)
for dep in dependencies:
it = defs.get(dep)
if (it.get('build-mode', 'staging') ==
Expand Down

0 comments on commit 10c09b4

Please sign in to comment.