Replace rustpython to python312

This commit is contained in:
Wildan M 2026-03-10 17:07:34 +07:00
parent 18707198ea
commit b997f7abd9
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
5 changed files with 5 additions and 6 deletions

View File

@ -893,8 +893,8 @@ redox()
patch \
pkgar \
pkg-config \
python312 \
rust \
rustpython \
sdl1 \
sdl2-ttf \
vim"

View File

@ -1,6 +1,6 @@
[source]
git = "https://github.com/RustPython/RustPython"
# newer rev requires TLS 1.3 (openssl3) and 'bits/libc-header-start.h' for bindgen
# newer rev requires 'bits/libc-header-start.h' for bindgen
rev = "2025-10-13-main-51"
shallow_clone = true
patches = [

View File

@ -16,6 +16,5 @@ dependencies = [
"orbutils",
"patchelf",
"pop-icon-theme",
"rustpython",
"shared-mime-info",
]

View File

@ -7,13 +7,13 @@ dependencies = [
"gnu-binutils",
"gnu-make",
"gnu-grep",
"perl5",
"python312",
"ripgrep",
"rustpython",
"lua54",
"nasm",
"patch",
"pkg-config",
"rust",
"sed",
"strace",
]

View File

@ -25,7 +25,7 @@ dependencies = [
"nasm",
"pkg-config",
"pkgar",
"rustpython",
"python312",
"sed",
"wget",
]