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