Skip to content

Commit 52fd643

Browse files
committed
Fix propagation of user_supplied with URL constrains
1 parent 3c62d1c commit 52fd643

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

news/11079.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix missing ``REQUESTED`` metadata when using URL constraints.

src/pip/_internal/req/constructors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,4 +497,5 @@ def install_req_from_link_and_ireq(
497497
global_options=ireq.global_options,
498498
hash_options=ireq.hash_options,
499499
config_settings=ireq.config_settings,
500+
user_supplied=ireq.user_supplied,
500501
)

0 commit comments

Comments
 (0)