summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbin Suresh <albin.suresh@softwareag.com>2021-08-30 13:27:10 +0530
committerGitHub <noreply@github.com>2021-08-30 13:27:10 +0530
commit13fc9dff564286aeaf73d696cc9f0e36285b2160 (patch)
tree9145621eead7c4f01ce9cbca36691586324fd78e
parent54acbbe090630abad4e7efa667708b2ab4b11dda (diff)
[CIT-542] tedge-agent requires apt plugin as dependency (#406)
-rw-r--r--sm/plugins/tedge_apt_plugin/Cargo.toml1
-rw-r--r--sm/tedge_agent/Cargo.toml2
2 files changed, 1 insertions, 2 deletions
diff --git a/sm/plugins/tedge_apt_plugin/Cargo.toml b/sm/plugins/tedge_apt_plugin/Cargo.toml
index 760b2b53..f05e774e 100644
--- a/sm/plugins/tedge_apt_plugin/Cargo.toml
+++ b/sm/plugins/tedge_apt_plugin/Cargo.toml
@@ -7,7 +7,6 @@ license = "Apache-2.0"
description = "Thin.edge.io plugin for software management using apt"
[package.metadata.deb]
-depends = "tedge"
assets = [
["target/release/tedge_apt_plugin", "/etc/tedge/sm-plugins/apt", "755"],
]
diff --git a/sm/tedge_agent/Cargo.toml b/sm/tedge_agent/Cargo.toml
index a61d07d7..fda9357f 100644
--- a/sm/tedge_agent/Cargo.toml
+++ b/sm/tedge_agent/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
[package.metadata.deb]
-depends = "tedge_mapper"
+depends = "tedge_mapper,tedge_apt_plugin"
maintainer-scripts = "configuration/debian/tedge_agent"
assets = [
["../../configuration/init/systemd/tedge-agent.service", "/lib/systemd/system/tedge-agent.service", "644"],