@hroncok commented on this pull request.


>                      else:
-                        dep_normalized_name = dep.key
+                        dep_normalized_name = dep.key.replace('_', '-')

The code allows both naming conventions. We need to preserve that. ideally, we 
would have our own regexes for that to avoid changes based on 3rd party 
changes. We have `normalize_name()` function. What about having 
`normalize_name(kind="legacy"/"pep503")`?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1317#discussion_r494174964
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to