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:
parent
00a808796c
commit
f01ee0e53d
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user