summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fa8e0ffd7fd..e0c20236a140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,9 @@ url="https://github.com/kulikjak/nmap"
license=("GPL2")
makedepends=("unzip")
-depends=("nmap"
+depends=("python"
+ "python-cairo"
+ "nmap"
"gtk3"
"python-gobject")