Mostly wrong import order, useless imports, etc.
Fix #358 Previously the bugzilla-specific code was implemented in `tito.common` which is imported from everywhere. Therefore missing dependency to `python3-bugzilla` resulted in failure even for simple commands such as `tito build --tgz`.