From 4566d433131a9a1f3db14710f4de938a0256534e Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 6 Nov 2019 23:28:33 -0300 Subject: testing/binwalk: depend on python3 --- testing/binwalk/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') 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() { -- cgit v1.2.3