Skip to content

Commit 5e9c4f1

Browse files
committed
adding cffi as default build dependency to break the build, since this package do not have py3-none-any
1 parent 6d0d264 commit 5e9c4f1

3 files changed

Lines changed: 111 additions & 0 deletions

File tree

e2e/cases/uv-deps-650/crossbuild/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.0"
44
requires-python = ">=3.11"
55
authors = []
66
dependencies = [
7+
"cffi",
78
"psycopg2-binary",
89
"python-geohash==0.8.5",
910
"setuptools",

0 commit comments

Comments
 (0)