mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Pull in the correct yaml libs
This commit is contained in:
parent
0b4286269f
commit
089207094a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def gen_thin(cachedir):
|
|||
tops = [
|
||||
os.path.dirname(salt.__file__),
|
||||
os.path.dirname(jinja2.__file__),
|
||||
os.path.dirname(yaml.__file__),
|
||||
os.path.dirname(yaml.yaml.__file__),
|
||||
]
|
||||
if HAS_MARKUPSAFE:
|
||||
tops.append(os.path.dirname(markupsafe.__file__))
|
||||
|
|
Loading…
Add table
Reference in a new issue