summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c61748f8ff70..1998fe2d7cd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-wallbreaker
arch = any
license = GPL3
makedepends = python-setuptools
+ depends = python
depends = python-frida
depends = python-click
source = python-wallbreaker-1.0.3.tar.gz::https://github.com/hluwa/Wallbreaker/archive/1.0.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 0d27149bb8b4..a9aae2ff4ca3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('any')
url="https://github.com/hluwa/Wallbreaker"
license=('GPL3')
depends=(
+ 'python'
'python-frida'
'python-click'
)