From d43346a084ad112d05eb99a5541e72330a9fc54b Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 1 Feb 2023 14:11:27 -0500 Subject: [PATCH] hold python mysql --- salt/common/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/init.sls b/salt/common/init.sls index 49189b8e9..5ed67ad62 100644 --- a/salt/common/init.sls +++ b/salt/common/init.sls @@ -152,7 +152,6 @@ commonpkgs: - python36-docker - python36-dateutil - python36-m2crypto - - python36-mysql: 1.3.12-2.el7 - python36-packaging - python36-lxml - yum-utils @@ -169,6 +168,7 @@ heldpackages: - docker-ce: 3:20.10.5-3.el7 - docker-ce-cli: 1:20.10.5-3.el7 - docker-ce-rootless-extras: 20.10.5-3.el7 + - python36-mysql: 1.3.12-2.el7 - hold: True - update_holds: True {% endif %}