mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
salt: add contextvars dependency conditional
See https://github.com/saltstack/salt/issues/60483
This commit is contained in:
parent
c42384042d
commit
a4e10c5afb
2 changed files with 7 additions and 1 deletions
6
srcpkgs/salt/patches/requirements.patch
Normal file
6
srcpkgs/salt/patches/requirements.patch
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
--- a/requirements/base.txt
|
||||||
|
+++ b/requirements/base.txt
|
||||||
|
@@ -6,2 +6,2 @@
|
||||||
|
distro>=1.0.1
|
||||||
|
-contextvars
|
||||||
|
+contextvars; python_version < "3.7"
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'salt'
|
# Template file for 'salt'
|
||||||
pkgname=salt
|
pkgname=salt
|
||||||
version=3003.3
|
version=3003.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq
|
depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq
|
||||||
|
|
Loading…
Add table
Reference in a new issue