summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-28 22:26:26 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-28 22:26:26 +0200
commit2bd0e7af6c97040140d38c42066f8146091f0d02 (patch)
treef701e75c9404634bd486cec667acc56641d82191 /debian
parente7cfa54789606688c2c8836b4fa8467948b85459 (diff)
add colorful terminal output
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 1d91d7c..9fb817a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: fapi
Section: utils
Priority: optional
Maintainer: Paul C. Buetow <paul@buetow.org>
-Build-Depends: perl
+Build-Depends: perl, python, python-colorama
Standards-Version: 3.9.2
Homepage: http://fapi.buetow.org
Vcs-Git: https://github.com/rantanplan/fapi.git
@@ -10,7 +10,7 @@ Vcs-Browser: https://github.com/rantanplan/fapi
Package: fapi
Architecture: all
-Depends: python
+Depends: python, python-colorama
Description: The fapi package
This is just command line tool to manage F5 BigIP programmed in Python using
bigsuds. bigsuds has to be isntalled manually.