ykman: depend on python instead of :python
This commit is contained in:
parent
b645770d6f
commit
fb12691eee
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue