From efaef57cec6232c450766a232b79d980a942b89a Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Fri, 2 Aug 2024 11:04:18 +0200
Subject: [PATCH] added dependency

---
 LCS/PyCommon/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/LCS/PyCommon/CMakeLists.txt b/LCS/PyCommon/CMakeLists.txt
index 1f70188e2ab..7b22f00e8b4 100644
--- a/LCS/PyCommon/CMakeLists.txt
+++ b/LCS/PyCommon/CMakeLists.txt
@@ -10,6 +10,7 @@ find_python_module(jsonschema)
 find_python_module(psycopg2)
 find_python_module(cx_Oracle)
 find_python_module(lxml)
+find_python_module(prometheus_client)
 
 set(_py_files
   __init__.py
-- 
GitLab