don't overwrite __PACKAGES

Fixes saltstack/salt#49098
This commit is contained in:
Daniel Wallace 2018-08-14 11:10:35 -05:00
parent aaa5106761
commit 647fbb5696
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

View file

@ -3800,7 +3800,7 @@ install_centos_git_deps() {
fi
fi
__PACKAGES="python${PY_PKG_VER}-crypto python${PY_PKG_VER}-jinja2"
__PACKAGES="${__PACKAGES} python${PY_PKG_VER}-crypto python${PY_PKG_VER}-jinja2"
__PACKAGES="${__PACKAGES} python${PY_PKG_VER}-msgpack python${PY_PKG_VER}-requests"
__PACKAGES="${__PACKAGES} python${PY_PKG_VER}-tornado python${PY_PKG_VER}-zmq"