~ubuntu-bugcontrol/qa-regression-testing/master

« back to all changes in this revision

Viewing changes to scripts/install-packages

  • Committer: Steve Beattie
  • Date: 2016-07-25 18:11:02 UTC
  • Revision ID: sbeattie@ubuntu.com-20160725181102-z7oi0b9q1zf0glgd
python-unit is not needed in any of the current supported releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        # Not handled my this script.
54
54
        continue
55
55
    elif option == "QRT-Packages:":
56
 
        for pkg in ['python-apt','python-unit','lsb-release'] + pkgs:
 
56
        for pkg in ['python-apt', 'lsb-release'] + pkgs:
57
57
            print "Requiring '%s' ..." % (pkg)
58
58
            if not install(pkg):
59
59
                print >>sys.stderr, "Missing required package '%s'" % (pkg)