mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 19:48:43 +08:00
Make python quicker to build
This commit is contained in:
parent
9bab0c1fc4
commit
1261374396
@ -8,16 +8,16 @@ patches = [
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"bzip2",
|
||||
"libffi",
|
||||
"libuuid",
|
||||
"openssl3",
|
||||
"ncursesw",
|
||||
"readline",
|
||||
"sqlite3",
|
||||
"zlib",
|
||||
"xz",
|
||||
"zstd",
|
||||
"target:bzip2",
|
||||
"target:libffi",
|
||||
"target:libuuid",
|
||||
"target:openssl3",
|
||||
"target:ncursesw",
|
||||
"target:readline",
|
||||
"target:sqlite3",
|
||||
"target:zlib",
|
||||
"target:xz",
|
||||
"target:zstd",
|
||||
]
|
||||
dev-dependencies = [
|
||||
"host:python312"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user