Skip to content

Commit

Permalink
Merge pull request #807 from GenieTim/explicit-cmake-requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas authored Nov 15, 2024
2 parents 912f7d9 + 812a411 commit cde0f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ requires = [
# Workaround based on this commit:
# https://github.com/harfbuzz/uharfbuzz/commit/9b607bd06fb17fcb4abe3eab5c4f342ad08309d7
"setuptools>=64,<72.2.0; platform_python_implementation == 'PyPy'",
"setuptools>=64; platform_python_implementation != 'PyPy'"
"setuptools>=64; platform_python_implementation != 'PyPy'",
"cmake>=3.18"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit cde0f7f

Please sign in to comment.