Fix PyYAML mapping for RDO

Change-Id: I3537bd87c29d59d3eeb42d3b2e81a2adbcb40a60
This commit is contained in:
Joel Capitao 2019-10-30 12:10:10 +01:00
parent 052a798bb9
commit 3b2f6d7730
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ RDO_PKG_MAP = [
SingleRule('libvirt-python', 'libvirt-python', py3pkg='libvirt-python3'),
SingleRule('tempest-horizon', 'python-horizon-tests-tempest'),
SingleRule('rtslib-fb', 'python-rtslib', py3pkg='python3-rtslib'),
SingleRule('PyYAML', 'python-yaml', py3pkg='python3-yaml'),
SingleRule('PyYAML', 'PyYAML', py3pkg='python3-PyYAML'),
SingleRule('pyOpenSSL', 'python-pyOpenSSL', py3pkg='python3-pyOpenSSL'),
SingleRule('semantic_version', 'python-semantic_version',
py3pkg='python3-semantic_version'),