Fix for Python 2.6
This commit is contained in:
parent
003957a689
commit
9885f1a19e
1 changed files with 1 additions and 1 deletions
|
@ -94,4 +94,4 @@ def spconfig(self, args):
|
|||
ignore_deps=args.ignore_deps,
|
||||
verbose=not args.quiet,
|
||||
keep_stage=True, # don't remove source dir for SPCONFIG.
|
||||
install_phases = {'spconfig', 'provenance'})
|
||||
install_phases = set(['spconfig', 'provenance']))
|
||||
|
|
Loading…
Reference in a new issue