From 076e8448985e571afe4110b2c20a8d141d8b4bd7 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Wed, 18 Dec 2024 06:35:42 +0100 Subject: [PATCH] Update spec file with python requirements --- root/usr/bin/mailstats.py | 1 + 1 file changed, 1 insertion(+) diff --git a/root/usr/bin/mailstats.py b/root/usr/bin/mailstats.py index 26e8c47..b0af150 100644 --- a/root/usr/bin/mailstats.py +++ b/root/usr/bin/mailstats.py @@ -61,6 +61,7 @@ # # dnf install python3-chameleon --enablerepo=epel # dnf install html2text --enablerepo=epel +# pip3 install mysql-connector-python # # from datetime import datetime, timedelta