From d5342d22aa1649d5a28f6fb149a8fd58802e70dd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:03:54 -0400 Subject: [PATCH] i2c-tools: rebuild for Python 3.12 --- srcpkgs/i2c-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/i2c-tools/template b/srcpkgs/i2c-tools/template index b07eedeb0f3..945521c0f96 100644 --- a/srcpkgs/i2c-tools/template +++ b/srcpkgs/i2c-tools/template @@ -1,7 +1,7 @@ # Template file for 'i2c-tools' pkgname=i2c-tools version=4.3 -revision=4 +revision=5 build_style=gnu-makefile build_helper=python3 make_build_args="EXTRA=py-smbus"