gr-satellites icon indicating copy to clipboard operation
gr-satellites copied to clipboard

Depraction of distutils

Open winnieXY opened this issue 1 year ago • 1 comments

distutils will be removed with python 3.12 - please switch to shutils.which instead. See below for a short patch..

With best regards Patrick

clang_format.txt

winnieXY avatar Feb 06 '24 19:02 winnieXY

Thanks for sending this.

It's probably worth to pull the latest version of https://github.com/gnuradio/gnuradio/blob/main/tools/clang_format.py, since it has a few other changes besides replacing distutils by shutil. Though the script might as well be removed altogether. It is not used in CI and I don't know if anyone actually uses it.

On a related note, it would be good to update the clang format CI workflow to use the latest version of https://github.com/DoozyX/clang-format-lint-action.

Could you send a PR with these changes?

daniestevez avatar Feb 06 '24 20:02 daniestevez