From 84cc245b90fefd8636aecc9e86eccabc52449a64 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:01:48 -0400 Subject: [PATCH] python3-distutils-extra: rebuild for Python 3.12 --- srcpkgs/python3-distutils-extra/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-distutils-extra/template b/srcpkgs/python3-distutils-extra/template index 5260f43faab..d3e9b0d6469 100644 --- a/srcpkgs/python3-distutils-extra/template +++ b/srcpkgs/python3-distutils-extra/template @@ -1,10 +1,10 @@ # Template file for 'python3-distutils-extra' pkgname=python3-distutils-extra version=2.39 -revision=9 +revision=10 build_style=python3-module hostmakedepends="intltool python3-setuptools" -depends="python3" +depends="python3-setuptools" short_desc="Enhancements to the Python3 build system" maintainer="Orphaned " license="GPL-2.0-or-later"