From ec4569c04b9bc70fb722ee0c2805576a9fd98775 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:02:31 -0400 Subject: [PATCH] binwalk: rebuild for Python 3.12 --- srcpkgs/binwalk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template index b5a3c78f4f0..77bca68cd0c 100644 --- a/srcpkgs/binwalk/template +++ b/srcpkgs/binwalk/template @@ -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"