Make python quicker to build

This commit is contained in:
Wildan M 2026-03-10 07:34:59 +07:00
parent 9bab0c1fc4
commit 1261374396
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -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"