binwalk: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:02:31 -04:00
parent 74f97b342b
commit ec4569c04b

View file

@ -1,9 +1,9 @@
# Template file for 'binwalk'
pkgname=binwalk
version=2.3.4
revision=1
revision=2
build_style=python3-module
hostmakedepends="python3"
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-coverage python3-nose tar"
short_desc="Easy tool for analyzing/reversing/extracting firmware images"