auditbeat: depend on python@2 at build time
This commit is contained in:
parent
526d1cfc15
commit
d6555bc292
1 changed files with 3 additions and 2 deletions
|
@ -13,6 +13,7 @@ class Auditbeat < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "go" => :build
|
depends_on "go" => :build
|
||||||
|
depends_on "python@2" => :build
|
||||||
|
|
||||||
# Patch required to build against go 1.10.
|
# Patch required to build against go 1.10.
|
||||||
# May be removed once upstream beats project fully supports go 1.10.
|
# May be removed once upstream beats project fully supports go 1.10.
|
||||||
|
@ -22,8 +23,8 @@ class Auditbeat < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "virtualenv" do
|
resource "virtualenv" do
|
||||||
url "https://files.pythonhosted.org/packages/d4/0c/9840c08189e030873387a73b90ada981885010dd9aea134d6de30cd24cb8/virtualenv-15.1.0.tar.gz"
|
url "https://files.pythonhosted.org/packages/b1/72/2d70c5a1de409ceb3a27ff2ec007ecdd5cc52239e7c74990e32af57affe9/virtualenv-15.2.0.tar.gz"
|
||||||
sha256 "02f8102c2436bb03b3ee6dede1919d1dac8a427541652e5ec95171ec8adbc93a"
|
sha256 "1d7e241b431e7afce47e77f8843a276f652699d1fa4f93b9d8ce0076fd7b0b54"
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue