ITRS-Group / monitor-merlin

Module for Effortless Redundancy and Loadbalancing In Naemon
https://itrs-group.github.io/monitor-merlin/
GNU General Public License v2.0
22 stars 14 forks source link

Require PyMySQL on EL8 #112

Closed jimorie closed 3 years ago

jimorie commented 3 years ago

In a previous commit we changed our dependency on MySQLdb to a build dependency on PyMySQL for EL8. With this commit we upgrade PyMySQL to a strict requirement on EL8, so that we can use it in the merlin_db.py script.

This is part of MON-12644.

Signed-off-by: Petter Nyström pnystrom@itrsgroup.com

jimorie commented 3 years ago

Squashed fixups.