libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
532 stars 304 forks source link

`libplist` will not build with Python 3.10 due to `distutils` deprecation #204

Open rickmark opened 2 years ago

rickmark commented 2 years ago

Our current autoconf interprets the distutils deprecation as a failure when building with 3.10

Fix is to use 3.9 or to fix autotools to ignore the deprecation

betesh commented 11 months ago

fix autotools to ignore the deprecation

How does one do this?