Python: ensurepip install instead of upgrade (#28553)

This commit is contained in:
Wouter Deconinck
2022-01-22 21:55:56 -06:00
committed by GitHub
parent c38d34223a
commit ffb3f3a20d

View File

@@ -492,7 +492,7 @@ def configure_args(self):
if spec.satisfies('@2.7.9:2,3.4:'):
if '+ensurepip' in spec:
config_args.append('--with-ensurepip')
config_args.append('--with-ensurepip=install')
else:
config_args.append('--without-ensurepip')