File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [
5
5
" maturin>=1.8.6,<2" ,
6
6
7
7
# 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" ,
9
9
# Used by cffi (which import distutils, and in Python 3.12, distutils has
10
10
# been removed from the stdlib, but installing setuptools puts it back) as
11
11
# well as our build.rs for the rust/cffi bridge.
@@ -48,7 +48,7 @@ classifiers = [
48
48
requires-python = " >=3.8,!=3.9.0,!=3.9.1"
49
49
dependencies = [
50
50
# 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" ,
52
52
]
53
53
54
54
[project .urls ]
You can’t perform that action at this time.
0 commit comments