From 9759d70aba62b0b9911ac6e28feed888e73fdf12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jelmer=20Vernoo=C4=B3?= Date: Sat, 2 Jul 2022 03:00:55 +0100 Subject: [PATCH] pyo3: Allow building with newer indexmap. --- src/pyo3/debian/patches/newer-indexmap | 11 +++++++++++ src/pyo3/debian/patches/series | 1 + 2 files changed, 12 insertions(+) create mode 100644 src/pyo3/debian/patches/newer-indexmap diff --git a/src/pyo3/debian/patches/newer-indexmap b/src/pyo3/debian/patches/newer-indexmap new file mode 100644 index 000000000..a2dd6ad98 --- /dev/null +++ b/src/pyo3/debian/patches/newer-indexmap @@ -0,0 +1,11 @@ +--- a/bCargo.toml 2022-07-02 02:50:59.295294425 +0100 ++++ b/Cargo.toml 2022-07-02 02:51:14.610998971 +0100 +@@ -118,7 +118,7 @@ + optional = true + + [dependencies.indexmap] +-version = ">= 1.6, < 1.8" ++version = ">= 1.6, <= 1.9" + optional = true + + [dependencies.indoc] diff --git a/src/pyo3/debian/patches/series b/src/pyo3/debian/patches/series index 03d588f51..dee0d21e4 100644 --- a/src/pyo3/debian/patches/series +++ b/src/pyo3/debian/patches/series @@ -1,3 +1,4 @@ parking-lot-version newer-proptest newer-send-wrapper +newer-indexmap -- 2.39.2