Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix update_glslang_sources.py to not use distutils #3394

Conversation

arcady-lunarg
Copy link
Contributor

The distutils package was removed in Python 3.12, however its only usage in this script can easily be replaced with functionality available in the builtin os package in Python 3.2 and later.

Fixes #3393

The distutils package was removed in Python 3.12, however its only
usage in this script can easily be replaced with functionality available
in the builtin os package in Python 3.2 and later.

Fixes KhronosGroup#3393
@arcady-lunarg arcady-lunarg added the kokoro:run Trigger Google bot runs label Nov 7, 2023
@kokoro-team kokoro-team removed the kokoro:run Trigger Google bot runs label Nov 7, 2023
@arcady-lunarg arcady-lunarg merged commit f102d0f into KhronosGroup:main Nov 7, 2023
22 checks passed
@arcady-lunarg arcady-lunarg deleted the i3393-fix-update-glslang-sources branch November 7, 2023 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update_glslang_sources.py crashes under Python 3.12 because it uses now-removed distutils package
3 participants