Skip to content

Commit 78c75f6

Browse files
Fix PEP 517 build by adding cffi to build requirements
Add cffi>=1.17.1 to pyproject.toml build-system requirements to prevent pip from falling back to legacy build mode. This ensures CFFI is available in the isolated build environment that PEP 517 uses. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 67cf59e commit 78c75f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = ["setuptools", "cffi>=1.17.1"]
33
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)