python3, python3-tkinter: update to 3.12.0

Also mark this installation as "externally managed" to prevent users
from installing system-wide packages using pip.

Closes: #43735.
This commit is contained in:
Andrew J. Hesford
2023-09-23 14:56:40 -04:00
parent 2d42eed19a
commit a3c8698631
9 changed files with 77 additions and 94 deletions

View File

@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
py2_sitelib="${py2_lib}/site-packages"
py2_inc="usr/include/python${py2_ver}"
py3_ver="3.11"
py3_ver="3.12"
py3_abiver=""
py3_lib="usr/lib/python${py3_ver}"
py3_sitelib="${py3_lib}/site-packages"