1
0
forked from pool/glusterfs

Fix build with python 3.13

Remove distributed python.m4 to use the system one that's up to date.
The python.m4 script in contrib/aclocal/python.m4 uses the distutils
module. This module is not present in python > 3.11.
This commit is contained in:
Daniel Garcia 2025-01-24 09:01:17 +01:00
parent 00a808796c
commit f01ee0e53d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 24 08:00:04 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Fix build with python 3.13, remove distributed python.m4 to use the
system one that's up to date.
-------------------------------------------------------------------
Thu Aug 22 18:11:49 UTC 2024 - pgajdos@suse.com

View File

@ -147,6 +147,8 @@ links.
%prep
%autosetup -p1
# Remove old python.m4 to use system default. Makes it compatible with python3.13
rm contrib/aclocal/python.m4
%build
%define _lto_cflags %nil