binwalk: switch to python3.
This commit is contained in:
parent
c99bde9982
commit
0c98a4e4c4
1 changed files with 3 additions and 3 deletions
|
@ -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 <duncaen@voidlinux.eu>"
|
||||
|
|
Loading…
Reference in a new issue