bzr-fastimport: depend on python@2

This commit is contained in:
ilovezfs 2018-04-07 01:36:43 -07:00
parent 45295fcab0
commit 6ee56a2357

View file

@ -15,7 +15,7 @@ class BzrFastimport < Formula
sha256 "fab457013d0f24e2d88b2dd76ad72d6b0101b9356e231bb0255b71866d318259" => :mountain_lion
end
depends_on "python@2" if MacOS.version <= :snow_leopard
depends_on "python@2"
depends_on "bazaar"
resource "python-fastimport" do