pylucene: use JavaDependency.
Closes Homebrew/homebrew#31008. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
c5aed09641
commit
f78ebbff44
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ class Pylucene < Formula
|
|||
option "with-shared", "build jcc as a shared library"
|
||||
|
||||
depends_on :ant => :build
|
||||
depends_on :java => "1.7"
|
||||
depends_on :python
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue