reposurgeon: rename python@2 dependency
This commit is contained in:
parent
cf4f024280
commit
e8d611737e
1 changed files with 1 additions and 1 deletions
|
@ -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@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "asciidoc" => :build
|
||||
depends_on "xmlto" => :build
|
||||
depends_on "cython" => [:build, :recommended]
|
||||
|
|
Loading…
Reference in a new issue