Drop reclass/salt-master strict dependencies
reclass/salt-master are optional dependencies for formula.
This patch drops them.
Change-Id: I675a57615e761cea832b5eb2dc49464e0a0cfdce
Related-Prod: PROD-18546
diff --git a/debian/control b/debian/control
index e6507f8..305b378 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@
openstack-pkg-tools,
Build-Depends-Indep: python-all,
python-yaml,
- salt-master,
Standards-Version: 3.9.6
Homepage: https://wiki.openstack.org/wiki/OpenStackSalt
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/salt-formula-horizon.git/
@@ -16,9 +15,7 @@
Package: salt-formula-horizon
Architecture: all
-Depends: reclass,
- salt-master,
- ${misc:Depends},
+Depends: ${misc:Depends},
Description: Salt formula for OpenStack Horizon
Salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.