From d16a4392739b507918ec8ddc0a3d56d7ba422095 Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Mon, 13 Jan 2025 12:21:11 -0500 Subject: [PATCH] Fix zuul errors in patchalarm/pylint Constrain module python-daemon to versions < 3.0 . Reason: the file patch_alarm_manager.py uses an obsolete API (runner) that was removed in python-daemon 3.0. At runtime this requirement is satisified by a DEB package, python3-daemon 2.2.4. See https://opendev.org/starlingx/tools/src/commit/6e16428c260fe4de8c69a31b9facff553b1c0051/debian-mirror-tools/config/debian/common/base-bullseye.lst Task: 2011326 Story: 51613 Change-Id: I340f78e77613e6ff13fe699b414e7612d541e2b4 Signed-off-by: Davlet Panech --- patch-alarm/patch-alarm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch-alarm/patch-alarm/requirements.txt b/patch-alarm/patch-alarm/requirements.txt index 1d306288..1ffcef9f 100644 --- a/patch-alarm/patch-alarm/requirements.txt +++ b/patch-alarm/patch-alarm/requirements.txt @@ -2,4 +2,4 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -python-daemon +python-daemon<3