summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index dddc8c0..fbe532f 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:
+Build-Depends: perl
Standards-Version: 3.9.2
Homepage: https://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:
+Depends: python
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.