Remove pyOpenSSL mapping for RDO

We can now use python2-pyOpenSSL and python3-pyOpenSSL as package
names.

Change-Id: Id31b4aa49f46a6ce98c534943d3317e34f6d1761
This commit is contained in:
Javier Pena 2019-09-27 12:43:21 +02:00
parent adcd701232
commit 62637352bf
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ RDO_PKG_MAP = [
SingleRule('GitPython', 'GitPython', py3pkg='python3-GitPython'),
SingleRule('heat-agents', 'openstack-heat-agents',
py3pkg='openstack-heat-agents'),
SingleRule('pyOpenSSL', 'pyOpenSSL', py3pkg='python3-pyOpenSSL'),
SingleRule('IPy', 'python-IPy', py3pkg='python-IPy-python3'),
SingleRule('pycrypto', 'python-crypto', py3pkg='python3-crypto'),
SingleRule('pyzmq', 'python-zmq', py3pkg='python3-zmq'),