1ef30f6 Replace name dependencies with dep_koji_tags in wait handler

Authored and Committed by cqi 5 years ago
    Replace name dependencies with dep_koji_tags in wait handler
    
    The value referenced by variable dependencies is a list of koji_tags.
    So, it would be more straightforward to use an alternative name like
    dep_koji_tags than dependencies which is too general.
    
    Signed-off-by: Chenxiong Qi <cqi@redhat.com>