aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-06 23:28:33 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-06 23:28:33 -0300
commit4566d433131a9a1f3db14710f4de938a0256534e (patch)
tree4f960296de26e9f26dd88650ecddcefb0c29c3e5 /testing
parentbcd7f05c72080563ad84ce0832999f32c432702c (diff)
downloadaports-4566d433131a9a1f3db14710f4de938a0256534e.tar.bz2
aports-4566d433131a9a1f3db14710f4de938a0256534e.tar.xz
testing/binwalk: depend on python3
Diffstat (limited to 'testing')
-rw-r--r--testing/binwalk/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/binwalk/APKBUILD b/testing/binwalk/APKBUILD
index c8d7024153..67475a77c7 100644
--- a/testing/binwalk/APKBUILD
+++ b/testing/binwalk/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Fast, easy to use tool for analyzing and extracting firmware images"
url="https://github.com/ReFirmLabs/binwalk/"
arch="noarch"
license="MIT"
-depends="py3-crypto"
+depends="py3-crypto python3"
source="$pkgname-$pkgver.tar.gz::https://github.com/ReFirmLabs/binwalk/archive/v$pkgver.tar.gz"
build() {