File: sdist.patch

package info (click to toggle)
rapidfuzz 3.12.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,436 kB
  • sloc: python: 7,571; cpp: 7,481; sh: 30; makefile: 23
file content (13 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/pyproject.toml b/pyproject.toml
index 517f32d..1e855ed 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,6 @@
 [build-system]
 requires = [
-    "scikit-build-core>=0.11",
-    "Cython >=3.0.12, <3.1.0"
+    "scikit-build-core>=0.11"
 ]
 build-backend = "scikit_build_core.build"