libplist icon indicating copy to clipboard operation
libplist copied to clipboard

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

Open rickmark opened this issue 2 years ago • 1 comments

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

rickmark avatar Dec 22 '21 11:12 rickmark

fix autotools to ignore the deprecation

How does one do this?

betesh avatar Sep 07 '23 05:09 betesh