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]
This commit is contained in:
parent
de030ffbe1
commit
a9f8de7b7a
@ -1,21 +1,20 @@
|
|||||||
# Template file for 'salt'
|
# Template file for 'salt'
|
||||||
pkgname=salt
|
pkgname=salt
|
||||||
version=3000.2
|
version=3001.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
pycompile_module="salt"
|
hostmakedepends="python3-setuptools"
|
||||||
hostmakedepends="python-devel python-setuptools"
|
depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq
|
||||||
depends="python-yaml python-Jinja2 python-requests python-pyzmq
|
python3-M2Crypto python3-tornado python3-msgpack dmidecode pciutils
|
||||||
python-M2Crypto python-tornado python-msgpack dmidecode pciutils
|
python3-psutil python3-distro python3-pycryptodomex"
|
||||||
python-psutil"
|
|
||||||
short_desc="Remote execution system, and configuration manager"
|
short_desc="Remote execution system, and configuration manager"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://saltstack.org/"
|
homepage="http://saltstack.org/"
|
||||||
changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html"
|
changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html"
|
||||||
distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz"
|
||||||
checksum=0e33429d094a6109dfed955c4b1c638baee9641eca2f7609bbc4adad21c620d9
|
checksum=e9ebb4d92fae8dabf21b8749dc126e4a4048bf8f613f5b1b851fe4b8226b5abc
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/salt/cloud.providers.d/digitalocean.conf
|
/etc/salt/cloud.providers.d/digitalocean.conf
|
||||||
/etc/salt/cloud.providers.d/vsphere.conf
|
/etc/salt/cloud.providers.d/vsphere.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user