File: 2002_docker-sync.patch

package info (click to toggle)
scaphandre 1.0.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,676 kB
  • sloc: sh: 53; makefile: 49
file content (32 lines) | stat: -rw-r--r-- 945 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, <= 3"
 chrono = "0.4"
-docker-sync = { version = "0.1.2", optional = true }
-k8s-sync = { version = "0.2.3", optional = true }
 hyper = { version = "1.5.2", features = ["full"], optional = true }
 hyper-util = { version = "0.1", features = ["tokio"] }
 tokio = { version = "1.26.0", features = ["full"], optional = true }
@@ -60,14 +58,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 = []