alot: depend on python@2

This commit is contained in:
ilovezfs 2018-04-07 01:36:39 -07:00
parent 9871c526d3
commit b56bf39782

View file

@ -21,7 +21,7 @@ class Alot < Formula
depends_on "gpgme"
depends_on "libmagic"
depends_on "notmuch"
depends_on "python@2" if MacOS.version <= :snow_leopard
depends_on "python@2"
depends_on "sphinx-doc" => [:build, :recommended]
resource "Automat" do