File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -167,15 +167,15 @@ def get_formatted_locations(self):
167
167
return "\n " .join (lines )
168
168
169
169
def add_dependency_links (self , links ):
170
- # # FIXME: this shouldn't be global list this, it should only
171
- # # apply to requirements of the package that specifies the
172
- # # dependency_links value
173
- # # FIXME: also, we should track comes_from (i.e., use Link)
170
+ # FIXME: this shouldn't be global list this, it should only
171
+ # apply to requirements of the package that specifies the
172
+ # dependency_links value
173
+ # FIXME: also, we should track comes_from (i.e., use Link)
174
174
if self .process_dependency_links :
175
175
deprecated (
176
176
"Dependency Links processing has been deprecated and will be "
177
177
"removed in a future release." ,
178
- replacement = None ,
178
+ replacement = "PEP 508 URL dependencies" ,
179
179
gone_in = "18.2" ,
180
180
issue = 4187 ,
181
181
)
You can’t perform that action at this time.
0 commit comments