diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template index f287ca9a8f1..cc4e14c3ce1 100644 --- a/srcpkgs/salt/template +++ b/srcpkgs/salt/template @@ -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 " license="Apache-2.0"