aboutsummaryrefslogtreecommitdiff
path: root/python/python3-uv_build/no-git-patch-builds.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-uv_build/no-git-patch-builds.patch')
-rw-r--r--python/python3-uv_build/no-git-patch-builds.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/python/python3-uv_build/no-git-patch-builds.patch b/python/python3-uv_build/no-git-patch-builds.patch
new file mode 100644
index 0000000000..e70edaee33
--- /dev/null
+++ b/python/python3-uv_build/no-git-patch-builds.patch
@@ -0,0 +1,21 @@
+Index: uv_build-0.8.22/Cargo.toml
+===================================================================
+--- uv_build-0.8.22.orig/Cargo.toml
++++ uv_build-0.8.22/Cargo.toml
+@@ -153,8 +153,6 @@ regex = { version = "1.10.6" }
+ regex-automata = { version = "0.4.8", default-features = false, features = ["dfa-build", "dfa-search", "perf", "std", "syntax"] }
+ reqsign = { version = "0.17.0", features = ["aws", "default-context"], default-features = false }
+ reqwest = { version = "0.12.22", default-features = false, features = ["json", "gzip", "deflate", "zstd", "stream", "system-proxy", "rustls-tls", "rustls-tls-native-roots", "socks", "multipart", "http2", "blocking"] }
+-reqwest-middleware = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "7650ed76215a962a96d94a79be71c27bffde7ab2", features = ["multipart"] }
+-reqwest-retry = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "7650ed76215a962a96d94a79be71c27bffde7ab2" }
+ rkyv = { version = "0.8.8", features = ["bytecheck"] }
+ rmp-serde = { version = "1.3.0" }
+ rust-netrc = { version = "0.1.2" }
+@@ -326,7 +324,3 @@ codegen-units = 1
+ # The profile that 'cargo dist' will build with.
+ [profile.dist]
+ inherits = "release"
+-
+-[patch.crates-io]
+-reqwest-middleware = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "7650ed76215a962a96d94a79be71c27bffde7ab2" }
+-reqwest-retry = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "7650ed76215a962a96d94a79be71c27bffde7ab2" }