influxdb: add rocksdb as a dependency
This commit is contained in:
parent
4699221d41
commit
ea60fce6b0
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ class Influxdb < Formula
|
|||
end
|
||||
|
||||
depends_on "leveldb"
|
||||
depends_on "rocksdb"
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "protobuf" => :build
|
||||
depends_on "bison" => :build
|
||||
|
|
Loading…
Reference in a new issue