Open ifkato opened 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.
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.