ensure _PACKAGES is set for python2

This commit is contained in:
ch3ll 2019-10-29 17:07:40 -04:00
parent b5b00043cd
commit a2f5fb4b85
No known key found for this signature in database
GPG key ID: 1124C6796EBDBD8D

View file

@ -3333,8 +3333,9 @@ install_debian_10_git_deps() {
PY_PKG_VER=3
__PACKAGES="python${PY_PKG_VER}-distutils"
else
PY_PKG_VER=""
_py="python"
PY_PKG_VER=""
__PACKAGES=""
fi
__install_tornado_pip ${_py}|| return 1