mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 19:34:18 +08:00
18 lines
265 B
TOML
18 lines
265 B
TOML
[source]
|
|
git = "https://github.com/yaml/pyyaml.git"
|
|
rev = "6.0.3"
|
|
shallow_clone = true
|
|
|
|
[build]
|
|
template = "python"
|
|
dev-dependencies = [
|
|
"host:python312",
|
|
"host:python3-setuptools",
|
|
"host:python3-cython",
|
|
]
|
|
|
|
[package]
|
|
dependencies = [
|
|
"python312"
|
|
]
|