From: Colin Watson <cjwatson@debian.org>
Date: Wed, 20 Aug 2025 12:08:50 +0100
Subject: Patch out pyo3 generate-import-lib feature

It's only needed when building for Windows.

Forwarded: not-needed
Last-Update: 2025-08-20
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index cddfc51..b611343 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ rust-version = "1.75"
 [dependencies]
 # TODO it would be very nice to remove the "py-clone" feature as it can panic,
 # but needs a bit of work to make sure it's not used in the codebase
-pyo3 = { version = "0.25", features = ["generate-import-lib", "num-bigint", "py-clone"] }
+pyo3 = { version = "0.25", features = ["num-bigint", "py-clone"] }
 regex = "1.11.1"
 strum = { version = "0.26", features = ["derive"] }
 strum_macros = "0.26"
