File: 0013-Relax-nispor-dependency.patch

package info (click to toggle)
netavark 1.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,648 kB
  • sloc: sh: 1,089; makefile: 151
file content (21 lines) | stat: -rw-r--r-- 578 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
From: Reinhard Tartler <siretart@tauware.de>
Date: Fri, 30 Aug 2024 21:42:36 -0400
Subject: Relax nispor dependency

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: netavark/Cargo.toml
===================================================================
--- netavark.orig/Cargo.toml
+++ netavark/Cargo.toml
@@ -61,7 +61,7 @@ prost = "0.13.4"
 futures-channel = "0.3.31"
 futures-core = "0.3.31"
 futures-util = "0.3.31"
-nispor = "1.2.22"
+nispor = { version = ">= 1.2" }
 tower = { version = "0.5.2", features = ["util"] }
 hyper-util = "0.1.10"