From 6fd68351ecb2ec926a68d18d5ff4f46db7c5b180 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 17 Feb 2023 14:30:55 -0500 Subject: [PATCH] fix more python depends --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index b25561729..d358e9429 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2002,7 +2002,7 @@ saltify() { if [[ $is_rocky ]]; then # THIS IS A TEMP HACK - logCmd "dnf -y install securityonion-salt python3-chardet python3-idna python3-pysocks python3-requests python3-urllib3 python3-websocket-client python3-docker" + logCmd "dnf -y install securityonion-salt python3-audit python3-libsemanage python3-policycoreutils python3-setools python3-setuptools python3-chardet python3-idna python3-pysocks python3-requests python3-urllib3 python3-websocket-client python3-docker" logCmd "mkdir -p /etc/salt/minion.d" if [[ $waitforstate ]]; then # Since this is a salt master so let's install it