blob: 9d2dd998d84622d863ed3f78c0f80eebe90273fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-gnupg.py,v 1.2 2022/05/22 12:17:38 adam Exp $
Look for gpg2 executable.
--- gnupg.py.orig 2022-05-20 08:01:43.000000000 +0000
+++ gnupg.py
@@ -874,7 +874,7 @@ class GPG(object):
"Encapsulate access to the gpg executable"
def __init__(self,
- gpgbinary='gpg',
+ gpgbinary='gpg2',
gnupghome=None,
verbose=False,
use_agent=False,
|