salt: drop PyCrypto

M2Crypto is now used by default instead of PyCryptodome/PyCrypto everywhere in Salt.
See https://docs.saltstack.com/en/latest/topics/releases/2018.3.0.html#cryptographic-layer-changes.
This commit is contained in:
Alessio Sergi 2018-04-14 22:33:30 +02:00
parent bfa0c48625
commit f5f707f221

View file

@ -1,26 +1,26 @@
# Template file for 'salt' # Template file for 'salt'
pkgname=salt pkgname=salt
version=2018.3.0 version=2018.3.0
revision=1 revision=2
build_style=python2-module
noarch=yes noarch=yes
build_style=python2-module
pycompile_module="salt" pycompile_module="salt"
conf_files="/etc/salt/*" conf_files="/etc/salt/*"
hostmakedepends="python-devel" hostmakedepends="python-devel"
makedepends="python-devel" # XXX remove python-futures once tornado will be updated to 5
depends="python-yaml python-Jinja2 python-requests python-pyzmq python-crypto depends="python-yaml python-Jinja2 python-requests python-pyzmq python-futures
python-M2Crypto python-tornado python-msgpack dmidecode pciutils" python-M2Crypto python-tornado python-msgpack dmidecode pciutils"
#changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html" #changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html"
short_desc="Remote execution system, and configuration manager" short_desc="Remote execution system, and configuration manager"
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>" maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="Apache-2.0" license="Apache-2.0"
homepage="http://saltstack.org/" homepage="http://saltstack.org/"
distfiles="$PYPI_SITE/s/salt/salt-${version}.tar.gz" distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz"
checksum=a0a45d22fdf6961542a419b7e09568a3118e2b019ffe7bab9dee5aeb55b56b31 checksum=a0a45d22fdf6961542a419b7e09568a3118e2b019ffe7bab9dee5aeb55b56b31
post_install() { post_install() {
vmkdir /etc/salt 0750 vmkdir etc/salt 0750
vcopy conf/* /etc/salt/ vcopy conf/* etc/salt
vsv salt-api vsv salt-api
vsv salt-master vsv salt-master
vsv salt-minion vsv salt-minion