salt: update to 3000.1.

This commit is contained in:
Toyam Cox 2020-04-04 23:03:00 -04:00
parent cd7a16e484
commit 871613b0d2

View file

@ -1,14 +1,14 @@
# Template file for 'salt'
pkgname=salt
version=3000.1
revision=1
revision=2
archs=noarch
build_style=python3-module
build_style=python2-module
pycompile_module="salt"
hostmakedepends="python3-devel python3-setuptools python3-distro"
depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq
python3-M2Crypto python3-tornado python3-msgpack dmidecode pciutils
python3-psutil python3-distro"
hostmakedepends="python-devel python-setuptools"
depends="python-yaml python-Jinja2 python-requests python-pyzmq
python-M2Crypto python-tornado python-msgpack dmidecode pciutils
python-psutil"
short_desc="Remote execution system, and configuration manager"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="Apache-2.0"