Merge pull request #1522 from marek-knappe/tornado-fix

Tornado fix
This commit is contained in:
Kirill Ponomarev 2021-01-12 12:28:55 +01:00 committed by GitHub
commit 18e9063349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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