libfuse / python-fuse

Python 2.x/3.x bindings for libfuse 2.x
GNU Lesser General Public License v2.1
279 stars 73 forks source link

Do not unilaterally import distutils in setup.py #58

Closed s-t-e-v-e-n-k closed 8 months ago

s-t-e-v-e-n-k commented 8 months ago

Python 3.12 removed distutils completly, so also attempt to import Extension from setuptools, and if that fails, to import it from distutils.

sdelafond commented 8 months ago

Cheers @s-t-e-v-e-n-k.