From 756c7a7cdf9f99d003da8ccc1be0606f1473db2b Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Fri, 27 Sep 2019 16:59:20 +0200 Subject: [PATCH] Fix pyOpenSSL mapping for RDO The previous commit turned the mapping into "python-pyopenssl", which is not what we want. Change-Id: I613b893b9ae125f6e25a0c15012f7e8bb38c65e8 --- pymod2pkg/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pymod2pkg/__init__.py b/pymod2pkg/__init__.py index b39af94..aeffb05 100644 --- a/pymod2pkg/__init__.py +++ b/pymod2pkg/__init__.py @@ -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',