Skip to content

Commit 812a411

Browse files
committed
Explicitly require cmake as a build dependency
1 parent 912f7d9 commit 812a411

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ requires = [
88
# Workaround based on this commit:
99
# https://github.com/harfbuzz/uharfbuzz/commit/9b607bd06fb17fcb4abe3eab5c4f342ad08309d7
1010
"setuptools>=64,<72.2.0; platform_python_implementation == 'PyPy'",
11-
"setuptools>=64; platform_python_implementation != 'PyPy'"
11+
"setuptools>=64; platform_python_implementation != 'PyPy'",
12+
"cmake>=3.18"
1213
]
1314
build-backend = "setuptools.build_meta"
1415

0 commit comments

Comments
 (0)