OFS / opae-sdk

Open Programmable Acceleration Engine
https://ofs.github.io
BSD 3-Clause "New" or "Revised" License
259 stars 82 forks source link

migration from distutils to setuptools #3141

Open ifkato opened 1 month ago

ifkato commented 1 month ago

distutils is deprecated and already removed in Python 3.12. Python scripts should use setuptools instead.

https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html

Scripts in https://github.com/OFS/ofs-platform-afu-bbb also need to migrate.