reposurgeon: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:41 -08:00
parent 7371ec60c2
commit 5ec298fadc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Reposurgeon < Formula
option "without-cython", "Build without cython (faster compile)"
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
depends_on "asciidoc" => :build
depends_on "xmlto" => :build
depends_on "cython" => [:build, :recommended]