Add PyYAML to requires.

This commit refs #24407
This commit is contained in:
José Antonio Díaz Miralles 2022-10-05 12:26:44 +02:00
parent b64f6f5ceb
commit 5d796c51a3
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ dependency_links = {
},
}
requires = ['oyaml']
requires = ['oyaml', 'pyyaml>=6.0']
for dep in info.get('depends', []):
if not re.match(r'(ir|res)(\W|$)', dep):
prefix = MODULE2PREFIX.get(dep, 'trytond')