summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe830166b8e0..a1b4ab4d715a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -34,6 +34,8 @@ pkgbase = viper-framework-git
depends = python2-pypdns
depends = python2-pype32
depends = python2-pbkdf2
+ depends = python2-dateutil
+ depends = python2-requests-cache
provides = viper-framework
conflicts = viper-framework
source = git+https://github.com/botherder/viper
diff --git a/PKGBUILD b/PKGBUILD
index 7e53547eb6e6..65ab4e4680f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,8 @@ depends=(
"python2-pydeep" "ssdeep" "python2-ssdeep" "python2-beautifulsoup4"
"python2-pefile" "python2-crypto" "python2-olefile" "python2-oletools"
"python2-django" "python2-pymisp" "python2-scandir" "python2-pypssl"
-"python2-pypdns" "python2-pype32" "python2-pbkdf2" )
+"python2-pypdns" "python2-pype32" "python2-pbkdf2" "python2-dateutil"
+"python2-requests-cache")
makedepends=("git")
source=("git+https://github.com/botherder/viper"
"viper-framework.install")