--- TagsCheck.py +++ TagsCheck.py @@ -515,7 +515,7 @@ break if has_so: for d in deps: - if d[0] == base: + if d[0].startswith(base): dep=d break if not dep: