From 2d68b299f8a48f403cae7cb491c0b43a2d9bcdd0 Mon Sep 17 00:00:00 2001 From: Marek Knappe Date: Mon, 11 Jan 2021 15:15:28 +1000 Subject: [PATCH] Added www/py-tornado4 package as requirment for freebsd #1521 --- bootstrap-salt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 12308b3..e0743d7 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -5835,6 +5835,8 @@ install_freebsd_git_deps() { /usr/local/sbin/pkg install -y ${SALT_DEPENDENCIES} python || return 1 /usr/local/sbin/pkg install -y py37-requests || return 1 + /usr/local/sbin/pkg install -y py37-tornado4 || return 1 + else /usr/local/sbin/pkg install -y python py37-pip py37-setuptools libzmq4 libunwind || return 1 fi