From a51e2c2fd9233d03bb2eaa813bfcf612e8a5327d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Juan=20Miguel=20Olmo=20Mart=C3=ADnez?= Date: Wed, 21 Aug 2024 10:34:44 +0200 Subject: [PATCH] mgr/callhome: Add the zstandard module to manager modules requeriments MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Call Home uses zstandard to provide performance report content compressed Resolves: rhbz#2306021 https://bugzilla.redhat.com/show_bug.cgi?id=2306021 Signed-off-by: Juan Miguel Olmo Martínez (cherry picked from commit e93e8135a57cbf72c4bc55b7f32ffc9cce0833bb) --- src/pybind/mgr/requirements-required.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/requirements-required.txt b/src/pybind/mgr/requirements-required.txt index 18fbc1f45e9..93d130c613f 100644 --- a/src/pybind/mgr/requirements-required.txt +++ b/src/pybind/mgr/requirements-required.txt @@ -16,3 +16,4 @@ werkzeug natsort bcrypt pyjwt +zstandard -- 2.47.3