Fix pyOpenSSL mapping for RDO

The previous commit turned the mapping into "python-pyopenssl", which
is not what we want.

Change-Id: I613b893b9ae125f6e25a0c15012f7e8bb38c65e8
This commit is contained in:
Javier Pena 2019-09-27 16:59:20 +02:00
parent 62637352bf
commit 756c7a7cdf
1 changed files with 1 additions and 0 deletions

View File

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