Python: ensurepip install instead of upgrade (#28553)
This commit is contained in:
parent
c38d34223a
commit
ffb3f3a20d
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue