Fix whitespace

This commit is contained in:
Paul Hopkins 2016-07-07 14:00:37 +01:00
parent 719b6bfffd
commit a2be05f24b

View File

@ -94,7 +94,7 @@ def install(self, spec, prefix):
if spec.satisfies('@:2.7'): if spec.satisfies('@:2.7'):
config_args.append('--enable-unicode=ucs4') config_args.append('--enable-unicode=ucs4')
elif spec.satisfies('@3.0:3.2'): elif spec.satisfies('@3.0:3.2'):
config_args.append('--with-wide-unicode') config_args.append('--with-wide-unicode')
if spec.satisfies('@3:'): if spec.satisfies('@3:'):
config_args.append('--without-ensurepip') config_args.append('--without-ensurepip')