ykman: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:42:48 -08:00
parent b645770d6f
commit fb12691eee

View file

@ -17,7 +17,7 @@ class Ykman < Formula
url "https://github.com/Yubico/yubikey-manager.git"
end
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
depends_on "swig" => :build
depends_on "ykpers"
depends_on "libu2f-host"