File: disable-vendord-sources.patch

package info (click to toggle)
rust-botan-sys 1.20250506.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: ansic: 8; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 490 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
as botan is already packaged in debian we don't want to build it from source

diff --git a/Cargo.toml b/Cargo.toml
index e74450f..35d2f7f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,6 @@
 default = []
 pkg-config = ["dep:pkg-config"]
 static = []
-vendored = ["botan-src"]
 
 [lib]
 name = "botan_sys"
@@ -48,10 +47,6 @@
 name = "tests"
 path = "tests/tests.rs"
 
-[build-dependencies.botan-src]
-version = "0.30900.1"
-optional = true
-
 [build-dependencies.cc]
 version = "1"