From 0c98a4e4c4f02d3d7539850ec23c036b4dd9e37b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 5 Apr 2018 14:12:45 +0200 Subject: [PATCH] binwalk: switch to python3. --- srcpkgs/binwalk/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template index 61816831b58..5b6ffcdf641 100644 --- a/srcpkgs/binwalk/template +++ b/srcpkgs/binwalk/template @@ -1,10 +1,10 @@ # Template build file for 'binwalk'. pkgname=binwalk version=2.1.1 -revision=1 -hostmakedepends="python" +revision=2 +hostmakedepends="python3" depends="python libmagic libfuzzy" -build_style=python2-module +build_style=python3-module pycompile_module="binwalk" short_desc="Easy tool for analyzing/reversing/extracting firmware images" maintainer="Duncaen "