Skip to content

Commit cde0f7f

Browse files
authored
Merge pull request #807 from GenieTim/explicit-cmake-requirement
2 parents 912f7d9 + 812a411 commit cde0f7f

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)