~narindergupta/+junk/opnfvfuel

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Blake Rouse
  • Date: 2015-07-31 18:46:41 UTC
  • Revision ID: blake.rouse@canonical.com-20150731184641-ev1glu0feyxsvvco
RemoveĀ RHEL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    entry_points={
62
62
        'mib.builder': [
63
63
            'centos = mib.builders.centos:CentOSBuilder',
64
 
            'rhel = mib.builders.rhel:RHELBuilder',
65
64
        ],
66
65
    },
67
66
 
76
75
            [f for f in glob('contrib/centos/centos7/*') if isfile(f)]),
77
76
        ('/usr/lib/maas-image-builder/contrib/centos/centos7/curtin',
78
77
            [f for f in glob('contrib/centos/centos7/curtin/*') if isfile(f)]),
79
 
        ('/usr/lib/maas-image-builder/contrib/rhel',
80
 
            [f for f in glob('contrib/rhel/*') if isfile(f)]),
81
 
        ('/usr/lib/maas-image-builder/contrib/rhel/curtin',
82
 
            [f for f in glob('contrib/rhel/curtin/*') if isfile(f)]),
83
78
    ],
84
79
 
85
80
    install_requires=[