Add RDO mapping for prometheus-client

In RDO, the python3 package is python3-prometheus_client.

Change-Id: I32f05007d577a9516d5ac2b2087a75c47e284fa2
This commit is contained in:
Javier Pena 2021-10-08 12:45:24 +02:00
parent a04c10dae5
commit f329204318
1 changed files with 2 additions and 0 deletions

View File

@ -198,6 +198,8 @@ RDO_PKG_MAP = [
SingleRule('nosexcover', 'python-nose-xcover',
py3pkg='python3-nose-xcover'),
SingleRule('posix_ipc', 'python-posix_ipc', py3pkg='python3-posix_ipc'),
SingleRule('prometheus-client', 'python-prometheus_client',
py3pkg='python3-prometheus_client'),
SingleRule('sysv_ipc', 'python-sysv_ipc', py3pkg='python3-sysv_ipc'),
SingleRule('oslosphinx', 'python-oslo-sphinx',
py3pkg='python3-oslo-sphinx'),