salt: update dependencies
This commit is contained in:
parent
4dd79d58f8
commit
11166a89b9
|
@ -0,0 +1,10 @@
|
|||
diff --git a/requirements/base.txt b/requirements/base.txt
|
||||
index c19d8804a2b..62244c35152 100644
|
||||
--- a/requirements/base.txt
|
||||
+++ b/requirements/base.txt
|
||||
@@ -9,4 +9,4 @@ psutil>=5.0.0
|
||||
packaging>=21.3
|
||||
looseversion
|
||||
# We need contextvars for salt-ssh
|
||||
-contextvars
|
||||
+contextvars; python_version < "3.7"
|
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'salt'
|
||||
pkgname=salt
|
||||
version=3006.3
|
||||
revision=1
|
||||
revision=2
|
||||
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 python3-looseversion"
|
||||
python3-psutil python3-distro python3-pycryptodomex python3-looseversion
|
||||
python3-jmespath python3-packaging"
|
||||
short_desc="Remote execution system, and configuration manager"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in New Issue