docker-compose: fix dependency order
This commit is contained in:
parent
2505becd02
commit
ac8dec9513
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@ class DockerCompose < Formula
|
||||||
sha256 "a626ce2379b1b9f635eb2917498452f0d50c4944ba9c9636387be121370e8f5f" => :el_capitan
|
sha256 "a626ce2379b1b9f635eb2917498452f0d50c4944ba9c9636387be121370e8f5f" => :el_capitan
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "python@2"
|
|
||||||
depends_on "libyaml"
|
depends_on "libyaml"
|
||||||
|
depends_on "python@2"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./script/build/write-git-sha" if build.head?
|
system "./script/build/write-git-sha" if build.head?
|
||||||
|
|
Loading…
Reference in a new issue