We need only go and git for head builds

This commit is contained in:
Thomas Boerger 2016-11-25 15:07:56 +01:00
parent 0570194ec7
commit 2c9ae6475b
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
2 changed files with 0 additions and 4 deletions

View File

@ -20,8 +20,6 @@ class Gitea < Formula
url "https://github.com/go-gitea/gitea.git", :branch => "master"
depends_on "go" => :build
depends_on "mercurial" => :build
depends_on "bzr" => :build
depends_on "git" => :build
end

View File

@ -20,8 +20,6 @@ class Lgtm < Formula
url "https://github.com/go-gitea/lgtm.git", :branch => "master"
depends_on "go" => :build
depends_on "mercurial" => :build
depends_on "bzr" => :build
depends_on "git" => :build
end