From 1ecffb8663f8c56caea3c8145f927b7f18c7d778 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:03:15 -0400 Subject: [PATCH] python3-occ: rebuild for Python 3.12 --- srcpkgs/python3-occ/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template index 947435fe886..889b630317f 100644 --- a/srcpkgs/python3-occ/template +++ b/srcpkgs/python3-occ/template @@ -1,11 +1,11 @@ # Template file for 'python3-occ' pkgname=python3-occ version=7.7.0 -revision=1 +revision=2 archs="i686* x86_64* armv7l* aarch64* ppc*" build_style=cmake configure_args="-DPYTHONOCC_BUILD_TYPE=None -DCMAKE_BUILD_TYPE=None" -hostmakedepends="python3 swig" +hostmakedepends="python3 python3-setuptools swig" makedepends="python3-devel occt-devel freetype-devel swig rapidjson" depends="python3 occt freetype" short_desc="Industrial strength 3D CAD Python3 package"