Skip to content

Commit ce39c8b

Browse files
committed
Prefer build-system requires to setup_requires in rust_with_cffi
1 parent 0756b59 commit ce39c8b

File tree

2 files changed

+1
-2
lines changed

2 files changed

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

examples/rust_with_cffi/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
],
2222
cffi_modules=["cffi_module.py:ffi"],
2323
install_requires=["cffi"],
24-
setup_requires=["cffi"],
2524
include_package_data=True,
2625
zip_safe=False,
2726
)

0 commit comments

Comments
 (0)