[py-pip] fix setup_dependent_package in py-pip (#32632)
This commit is contained in:
parent
dde5867d15
commit
eaf3f7c17c
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ def install(self, spec, prefix):
|
|||
python(*args)
|
||||
|
||||
def setup_dependent_package(self, module, dependent_spec):
|
||||
pip = self.spec["python"].command
|
||||
pip = dependent_spec["python"].command
|
||||
pip.add_default_arg("-m")
|
||||
pip.add_default_arg("pip")
|
||||
setattr(module, "pip", pip)
|
||||
|
|
Loading…
Reference in a new issue