aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/byobu.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/byobu.rb b/Library/Formula/byobu.rb
index b3a04c69a..a0f49153a 100644
--- a/Library/Formula/byobu.rb
+++ b/Library/Formula/byobu.rb
@@ -8,6 +8,7 @@ class Byobu < Formula
depends_on 'coreutils'
depends_on 'gnu-sed' # fails with BSD sed
depends_on 'tmux'
+ depends_on 'newt' => 'with-python'
def install
system "./configure", "--prefix=#{prefix}"