Skip to content

Commit

Permalink
Fix propagation of user_supplied with URL constrains
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed May 1, 2022
1 parent 3c62d1c commit 52fd643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/11079.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix missing ``REQUESTED`` metadata when using URL constraints.
1 change: 1 addition & 0 deletions src/pip/_internal/req/constructors.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,4 +497,5 @@ def install_req_from_link_and_ireq(
global_options=ireq.global_options,
hash_options=ireq.hash_options,
config_settings=ireq.config_settings,
user_supplied=ireq.user_supplied,
)

0 comments on commit 52fd643

Please sign in to comment.