Fix propagation of user_supplied with URL constrains

This commit is contained in:
Stéphane Bidoul 2022-05-01 19:40:16 +02:00
parent 3c62d1cbce
commit 52fd6436a2
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
2 changed files with 2 additions and 0 deletions

1
news/11079.bugfix.rst Normal file
View File

@ -0,0 +1 @@
Fix missing ``REQUESTED`` metadata when using URL constraints.

View File

@ -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,
)