void-packages/srcpkgs/salt/patches/requirements.patch
Laurens Vanderhoven 216e3ee521 salt: update to 3007.1.
Closes: #52887 [via git-merge-pr]
2025-03-12 20:47:30 -04:00

11 lines
281 B
Diff

--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -15,7 +15,7 @@
# We need contextvars for salt-ssh.
# Even on python versions which ships with contextvars in the standard library!
-contextvars
+contextvars; python_version < "3.7"
setproctitle>=1.2.3
timelib>=0.2.5