mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 13:08:47 +08:00
Replace rustpython to python312
This commit is contained in:
parent
18707198ea
commit
b997f7abd9
@ -893,8 +893,8 @@ redox()
|
|||||||
patch \
|
patch \
|
||||||
pkgar \
|
pkgar \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
python312 \
|
||||||
rust \
|
rust \
|
||||||
rustpython \
|
|
||||||
sdl1 \
|
sdl1 \
|
||||||
sdl2-ttf \
|
sdl2-ttf \
|
||||||
vim"
|
vim"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[source]
|
[source]
|
||||||
git = "https://github.com/RustPython/RustPython"
|
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"
|
rev = "2025-10-13-main-51"
|
||||||
shallow_clone = true
|
shallow_clone = true
|
||||||
patches = [
|
patches = [
|
||||||
|
|||||||
@ -16,6 +16,5 @@ dependencies = [
|
|||||||
"orbutils",
|
"orbutils",
|
||||||
"patchelf",
|
"patchelf",
|
||||||
"pop-icon-theme",
|
"pop-icon-theme",
|
||||||
"rustpython",
|
|
||||||
"shared-mime-info",
|
"shared-mime-info",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -7,13 +7,13 @@ dependencies = [
|
|||||||
"gnu-binutils",
|
"gnu-binutils",
|
||||||
"gnu-make",
|
"gnu-make",
|
||||||
"gnu-grep",
|
"gnu-grep",
|
||||||
|
"perl5",
|
||||||
|
"python312",
|
||||||
"ripgrep",
|
"ripgrep",
|
||||||
"rustpython",
|
|
||||||
"lua54",
|
"lua54",
|
||||||
"nasm",
|
"nasm",
|
||||||
"patch",
|
"patch",
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
"rust",
|
"rust",
|
||||||
"sed",
|
"sed",
|
||||||
"strace",
|
|
||||||
]
|
]
|
||||||
|
|||||||
@ -25,7 +25,7 @@ dependencies = [
|
|||||||
"nasm",
|
"nasm",
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
"pkgar",
|
"pkgar",
|
||||||
"rustpython",
|
"python312",
|
||||||
"sed",
|
"sed",
|
||||||
"wget",
|
"wget",
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user