libyal / libbde

Library and tools to access the BitLocker Drive Encryption (BDE) encrypted volumes
GNU Lesser General Public License v3.0
214 stars 52 forks source link

Remove distutils without setuptools #68

Open bnavigator opened 5 months ago

bnavigator commented 5 months ago

Python 3.12 removed distutils. Until then it was possible to automake the library and bindings without setuptools. This is no longer the case.

joachimmetz commented 5 months ago

I'll have a closer look when time permits, Python 3.12 is not the only version that needs to be supported.

bnavigator commented 5 months ago

It should still support Python 2.7 and Python 3.2+