Added www/py-tornado4 package as requirment for freebsd #1521

This commit is contained in:
Marek Knappe 2021-01-11 15:15:28 +10:00 committed by Pedro Algarvio
parent bd2d410e3c
commit 2d68b299f8

View file

@ -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