mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Port #50338 to master
This commit is contained in:
parent
b9ba491091
commit
6e0f83f6c7
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue