[Rpm-maint] [rpm-software-management/rpm] pythondistdeps: Switch to importlib.metadata (#1317)
torsava
notifications at github.com
Thu Sep 24 10:21:57 UTC 2020
@torsava commented on this pull request.
> if normalized_names_require_pep503:
- dep_normalized_name = normalize_name(dep.project_name)
+ dep_normalized_name = normalize_name(dep.name)
else:
dep_normalized_name = dep.key
@hroncok But the code continues to preserve both the legacy and pep503 conventions. So I'm not sure I understand what you mean.
--
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#pullrequestreview-495425833
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200924/6b4ccad9/attachment.html>
More information about the Rpm-maint
mailing list