Fix dependencies
diff --git a/debian/control b/debian/control
index 6914c6c..69f3442 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@
Maintainer: Ales Komarek <ales.komarek@tcpcloud.eu>
Section: admin
Priority: optional
-Build-Depends: salt-master, python, python-yaml, debhelper (>= 9)
+Build-Depends: salt-master, python, python-yaml, debhelper (>= 9),
+ salt-formula-linux
Standards-Version: 3.9.6
Homepage: http://www.tcpcloud.eu
Vcs-Browser: https://github.com/tcpcloud/salt-formula-openssh
@@ -10,6 +11,6 @@
Package: salt-formula-openssh
Architecture: all
-Depends: ${misc:Depends}, salt-master, reclass
+Depends: ${misc:Depends}, salt-master, reclass, salt-formula-linux
Description: OpenSSH salt formula
Install and configure OpenSSH server and setup OpenSSH for system users.