Skip to content

Commit e3a90dd

Browse files
committed
Pass InstallRequirement.is_direct to install_whell
1 parent 7945819 commit e3a90dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pip/_internal/req/req_install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,7 @@ def install(
800800
pycompile=pycompile,
801801
warn_script_location=warn_script_location,
802802
direct_url=direct_url,
803+
requested=self.is_direct,
803804
)
804805
self.install_succeeded = True
805806
return

0 commit comments

Comments
 (0)