From 62637352bf42d3b1f4397208b09f3c991557f890 Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Fri, 27 Sep 2019 12:43:21 +0200 Subject: [PATCH] Remove pyOpenSSL mapping for RDO We can now use python2-pyOpenSSL and python3-pyOpenSSL as package names. Change-Id: Id31b4aa49f46a6ce98c534943d3317e34f6d1761 --- pymod2pkg/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pymod2pkg/__init__.py b/pymod2pkg/__init__.py index 2182fb1..b39af94 100644 --- a/pymod2pkg/__init__.py +++ b/pymod2pkg/__init__.py @@ -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'),