Remove python-bcrypt from deps

Change-Id: I1164243b71bd73611befd0e935e7781ad809a510
Related: PROD-18546
diff --git a/debian/control b/debian/control
index 75e6c9f..1a36133 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,6 @@
 
 Package: salt-formula-jenkins
 Architecture: all
-Depends: ${misc:Depends}, python-bcrypt
+Depends: ${misc:Depends}
 Description: Jenkins Salt formula
  Install and configure Jenkins master and slave.