summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2024-05-22 22:15:47 +0200
committerJonah BrĂ¼chert <jbb@kaidan.im>2024-05-22 22:15:47 +0200
commit0767914d94fa3d7b3227087b27ce5398ec6ce0f7 (patch)
tree4f67f428161040a0294353b13b8e7540bd7c63a1 /debian
parent71283f7ff586a972185891b211b6bc2eba2870bd (diff)
downloadbcfg2-0767914d94fa3d7b3227087b27ce5398ec6ce0f7.tar.gz
bcfg2-0767914d94fa3d7b3227087b27ce5398ec6ce0f7.tar.bz2
bcfg2-0767914d94fa3d7b3227087b27ce5398ec6ce0f7.zip
debian: Add missing runtime dependencies of the client
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index a908910be..fd33e2907 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Homepage: http://bcfg2.org/
Package: bcfg2
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, debsums, python3-apt (>= 0.7.91), ucf, lsb-base (>= 3.1-9), python3
+Depends: ${python3:Depends}, ${misc:Depends}, debsums, python3-apt (>= 0.7.91), ucf, lsb-base (>= 3.1-9), python3, lsb-release, net-tools
Description: Configuration management client
Bcfg2 is a configuration management system that generates configuration sets
for clients bound by client profiles.