File: 2002_docker-sync.patch

package info (click to toggle)
scaphandre 1.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,640 kB
  • sloc: sh: 53; makefile: 49
file content (32 lines) | stat: -rw-r--r-- 914 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
26
27
28
29
30
31
32
Description: avoid not-in-Debian crates docker-sync k8s-sync
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-08-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,8 +26,6 @@
 time = "0.3"
 colored = "2.0"
 chrono = "0.4"
-docker-sync = { version = "0.1.2", optional = true }
-k8s-sync = { version = "0.2.3", optional = true }
 hyper = { version = "0.14", features = ["full"], optional = true }
 tokio = { version = "1.26.0", features = ["full"], optional = true }
 sysinfo = { version = "0.30.13" }
@@ -59,14 +57,12 @@
     "riemann",
     "warpten",
     "json",
-    "containers",
     "prometheuspush",
     "qemu",
 ]
 prometheus = ["hyper", "tokio"]
 riemann = ["riemann_client"]
 json = ["serde", "serde_json"]
-containers = ["docker-sync", "k8s-sync"]
 warpten = ["warp10"]
 prometheuspush = ["isahc"]
 qemu = []