File: 0001-Drop-unneeded-generate-import-lib-feature-requiremen.patch

package info (click to toggle)
unicode-segmentation-rs 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 228 kB
  • sloc: python: 338; makefile: 18
file content (19 lines) | stat: -rw-r--r-- 582 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Stuart Prescott <stuart@debian.org>
Date: Mon, 1 Dec 2025 20:41:52 +1100
Subject: Drop unneeded generate-import-lib feature requirement

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 7b4ca5c..1da9ef0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
 [dependencies]
-pyo3 = {version = "0.27.1", features = ["extension-module", "abi3-py310", "generate-import-lib"]}
+pyo3 = {version = "0.27.1", features = ["extension-module", "abi3-py310"]}
 unicode-segmentation = "1.12.0"
 unicode-width = "0.2.2"