pylucene: use JavaDependency.

Closes Homebrew/homebrew#31008.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Mike McQuaid 2014-07-21 06:02:30 -07:00
parent c5aed09641
commit f78ebbff44
1 changed files with 1 additions and 0 deletions

View File

@ -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