Fixed for Python 2.6

This commit is contained in:
Elizabeth F
2016-03-13 00:29:40 -05:00
parent 4236157823
commit c1a8574d8f
2 changed files with 7 additions and 4 deletions

View File

@@ -831,7 +831,7 @@ def _resource_stage(self, resource):
def do_install(self,
keep_prefix=False, keep_stage=False, ignore_deps=False,
skip_patch=False, verbose=False, make_jobs=None, fake=False,
install_phases = {'configure', 'build', 'install', 'provenance'}):
install_phases = set(['configure', 'build', 'install', 'provenance'])):
"""Called by commands to install a package and its dependencies.
Package implementations should override install() to describe