Port #50338 to master

This commit is contained in:
Jorge Schrauwen 2020-05-05 21:58:31 +03:00 committed by Daniel Wozniak
parent b9ba491091
commit 6e0f83f6c7

View file

@ -694,4 +694,16 @@ def file_dict(*packages):
return ret
def normalize_name(pkgs, **kwargs):
"""
Normalize package names
.. note::
Nothing special to do to normalize, just return
the original. (We do need it to be comaptible
with the pkg_resource provider.)
"""
return pkgs
# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4