RapidFuzz/tools/sdist.patch

13 lines
427 B
Diff
Raw Normal View History

2022-06-09 11:37:27 +00:00
diff --git a/pyproject.toml b/pyproject.toml
index 66fef0a..a4b9f84 100644
2022-06-09 11:37:27 +00:00
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,6 @@ requires = [
"scikit-build>=0.13.0",
2022-06-22 14:23:35 +00:00
"cmake; platform_machine not in 'armv7l|armv6l|arm64|aarch64'",
"ninja; platform_system!='Windows' and platform_machine not in 'armv7l|armv6l|arm64|aarch64'",
2022-06-09 11:37:27 +00:00
- "Cython==3.0.0a10",
2022-06-28 21:24:20 +00:00
"rapidfuzz_capi==1.0.5",
"typing_extensions"
2022-06-09 11:37:27 +00:00
]