File: disable-windows-dep.patch

package info (click to toggle)
rust-sequoia-policy-config 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 504 kB
  • sloc: makefile: 5
file content (17 lines) | stat: -rw-r--r-- 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
@@ -83,10 +83,3 @@ features = [
 ]
 default-features = false
 
-[target."cfg(windows)".dev-dependencies.sequoia-openpgp]
-version = "2"
-features = [
-    "crypto-cng",
-    "__implicit-crypto-backend-for-tests",
-]
-default-features = false