mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-04 22:23:51 +02:00
11 lines
281 B
Diff
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
|