Skip to content

Commit ece9508

Browse files
committed
hack: unconditionally depend on cffi-ft PR, this breaks pypy
1 parent fb7af2d commit ece9508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [
55
"maturin>=1.8.6,<2",
66

77
# Must be kept in sync with `project.dependencies`
8-
"cffi @ git+https://github.com/ngoldbaum/cffi-ft@upstream-pr; platform_python_implementation != 'PyPy'",
8+
"cffi @ git+https://github.com/ngoldbaum/cffi-ft@upstream-pr",
99
# Used by cffi (which import distutils, and in Python 3.12, distutils has
1010
# been removed from the stdlib, but installing setuptools puts it back) as
1111
# well as our build.rs for the rust/cffi bridge.
@@ -48,7 +48,7 @@ classifiers = [
4848
requires-python = ">=3.8,!=3.9.0,!=3.9.1"
4949
dependencies = [
5050
# Must be kept in sync with `build-system.requires`
51-
"cffi @ git+https://github.com/ngoldbaum/cffi-ft@upstream-pr; platform_python_implementation != 'PyPy'",
51+
"cffi @ git+https://github.com/ngoldbaum/cffi-ft@upstream-pr",
5252
]
5353

5454
[project.urls]

0 commit comments

Comments
 (0)