From 42348a083b94f872e6eb89ca734810e077d56b94 Mon Sep 17 00:00:00 2001 From: commitay Date: Thu, 12 Apr 2018 21:15:59 +1000 Subject: [PATCH] pius: depend on python@2 --- Formula/pius.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/pius.rb b/Formula/pius.rb index e59d2ffcc0..40ffdc16b1 100644 --- a/Formula/pius.rb +++ b/Formula/pius.rb @@ -15,6 +15,7 @@ class Pius < Formula end depends_on "gnupg" + depends_on "python@2" resource "six" do url "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz"