From 4b1a3a02e469efac2acafb93ca4abb464baf7228 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 28 Aug 2022 18:26:45 +0100 Subject: [PATCH] pyo3: Drop generate-abi3-import-lib for the moment. --- src/pyo3/debian/patches/drop-python3-dll-a | 10 +++++----- src/pyo3/debian/patches/series | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/pyo3/debian/patches/drop-python3-dll-a b/src/pyo3/debian/patches/drop-python3-dll-a index 41b2473e3..4a5ce877c 100644 --- a/src/pyo3/debian/patches/drop-python3-dll-a +++ b/src/pyo3/debian/patches/drop-python3-dll-a @@ -1,11 +1,11 @@ -diff -u pyo3/Cargo.toml pyo3.new/Cargo.toml ---- pyo3/Cargo.toml 2022-08-24 01:20:33.000000000 +0100 -+++ pyo3.new/Cargo.toml 2022-08-24 01:21:07.434247951 +0100 -@@ -236,7 +236,6 @@ +--- pyo3.old/Cargo.toml 2022-08-24 02:27:41.000000000 +0100 ++++ pyo3/Cargo.toml 2022-08-28 18:13:54.944511507 +0100 +@@ -236,8 +236,6 @@ "eyre", "anyhow", ] --generate-abi3-import-lib = ["pyo3-build-config/python3-dll-a"] +-generate-abi3-import-lib = ["generate-import-lib"] +-generate-import-lib = ["pyo3-ffi/generate-import-lib"] macros = [ "pyo3-macros", "indoc", diff --git a/src/pyo3/debian/patches/series b/src/pyo3/debian/patches/series index dee0d21e4..51880981a 100644 --- a/src/pyo3/debian/patches/series +++ b/src/pyo3/debian/patches/series @@ -2,3 +2,5 @@ parking-lot-version newer-proptest newer-send-wrapper newer-indexmap +older-widestring +drop-python3-dll-a -- 2.39.5