File: disable-windows-dep.patch

package info (click to toggle)
rust-sequoia-policy-config 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: makefile: 5
file content (20 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Remove Windows dependencies: we are building only for debian

Index: sequoia-policy-config/Cargo.toml
===================================================================
--- sequoia-policy-config.orig/Cargo.toml
+++ sequoia-policy-config/Cargo.toml
@@ -71,13 +71,5 @@ features = [
 ]
 default-features = false
 
-[target."cfg(windows)".dev-dependencies.sequoia-openpgp]
-version = "2"
-features = [
-    "crypto-cng",
-    "__implicit-crypto-backend-for-tests",
-]
-default-features = false
-
 [badges.maintenance]
 status = "actively-developed"