pass-otp: Add gnupg as test dependency

Closes #41688.

Signed-off-by: Sean Molenaar <smillerdev@me.com>
This commit is contained in:
Danny Moesch 2019-07-30 22:01:10 +02:00 committed by Sean Molenaar
parent 2fb20b25fe
commit e86454f7c6
No known key found for this signature in database
GPG key ID: 6BF5D8DF0D34FAAE

View file

@ -11,6 +11,7 @@ class PassOtp < Formula
sha256 "4b123f03ae8a1237e7b04731d3d39e66e9acf031924f757becf889c8b12f1efc" => :sierra
end
depends_on "gnupg" => :test
depends_on "oath-toolkit"
depends_on "pass"