From a9f8de7b7a5a31d7c5993153fc21c4fd71dac765 Mon Sep 17 00:00:00 2001 From: Antonio Gurgel Date: Sun, 9 Aug 2020 16:54:07 -0700 Subject: [PATCH] salt: update to 3001.1. Salt dropped Python 2 support in version 3001 [1], so all the dependencies have been converted to `python3-*`. [1] https://docs.saltstack.com/en/latest/topics/releases/3001.html Closes: #24136 [via git-merge-pr] --- srcpkgs/salt/template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template index fc8052a8dd2..80525f92686 100644 --- a/srcpkgs/salt/template +++ b/srcpkgs/salt/template @@ -1,21 +1,20 @@ # Template file for 'salt' pkgname=salt -version=3000.2 +version=3001.1 revision=1 archs=noarch -build_style=python2-module -pycompile_module="salt" -hostmakedepends="python-devel python-setuptools" -depends="python-yaml python-Jinja2 python-requests python-pyzmq - python-M2Crypto python-tornado python-msgpack dmidecode pciutils - python-psutil" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq + python3-M2Crypto python3-tornado python3-msgpack dmidecode pciutils + python3-psutil python3-distro python3-pycryptodomex" short_desc="Remote execution system, and configuration manager" maintainer="Toyam Cox " license="Apache-2.0" homepage="http://saltstack.org/" changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html" distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz" -checksum=0e33429d094a6109dfed955c4b1c638baee9641eca2f7609bbc4adad21c620d9 +checksum=e9ebb4d92fae8dabf21b8749dc126e4a4048bf8f613f5b1b851fe4b8226b5abc conf_files=" /etc/salt/cloud.providers.d/digitalocean.conf /etc/salt/cloud.providers.d/vsphere.conf