reposurgeon: rename python@2 dependency

This commit is contained in:
ilovezfs 2018-03-01 23:47:41 -08:00
parent cf4f024280
commit e8d611737e

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@2" if MacOS.version <= :snow_leopard
depends_on "asciidoc" => :build
depends_on "xmlto" => :build
depends_on "cython" => [:build, :recommended]