mirror of
https://github.com/openharmony/third_party_pyyaml.git
synced 2026-07-01 10:05:36 -04:00
4fd75bfd83
Signed-off-by: xuyong <xuyong59@huawei.com>
10 lines
253 B
TOML
10 lines
253 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools", # FIXME: declare min/max setuptools versions?
|
|
"wheel",
|
|
"Cython; python_version < '3.13'",
|
|
"Cython>=3.0; python_version >= '3.13'"
|
|
]
|
|
backend-path = ["packaging"]
|
|
build-backend = "_pyyaml_pep517"
|