summarylogtreecommitdiffstats
path: root/python38-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python38-compat.patch')
-rw-r--r--python38-compat.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/python38-compat.patch b/python38-compat.patch
new file mode 100644
index 000000000000..08c677b38a52
--- /dev/null
+++ b/python38-compat.patch
@@ -0,0 +1,13 @@
+diff --git a/proc/gpg.py b/proc/gpg.py
+index 79aa6ff..30be2d6 100644
+--- a/proc/gpg.py
++++ b/proc/gpg.py
+@@ -367,7 +367,7 @@ def start_gpg_agent(timeout=LAUNCH_TIMEOUT):
+ """
+ timer = Timer()
+ logger.info("Starting a new GPG agent daemon ..")
+- execute('gpg-agent', '--daemon', async=True, silent=True)
++ execute('gpg-agent', '--daemon', asynchronous=True, silent=True)
+ with Spinner(timer=timer) as spinner:
+ while timer.elapsed_time < LAUNCH_TIMEOUT:
+ gpg_agent_info = find_gpg_agent_info()