summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pygpgme/0002-passphrase_cb-is-deprecated.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pygpgme/0002-passphrase_cb-is-deprecated.patch')
-rw-r--r--meta-python/recipes-devtools/python/python-pygpgme/0002-passphrase_cb-is-deprecated.patch6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pygpgme/0002-passphrase_cb-is-deprecated.patch b/meta-python/recipes-devtools/python/python-pygpgme/0002-passphrase_cb-is-deprecated.patch
index ccd941f7bb..c18cf3feba 100644
--- a/meta-python/recipes-devtools/python/python-pygpgme/0002-passphrase_cb-is-deprecated.patch
+++ b/meta-python/recipes-devtools/python/python-pygpgme/0002-passphrase_cb-is-deprecated.patch
@@ -1,7 +1,7 @@
1From dc75482af095d667a4a92655c4e7eb312e80c42d Mon Sep 17 00:00:00 2001 1From ba0dc8273e4f83bcd2d43baa5910aae34b93048c Mon Sep 17 00:00:00 2001
2From: Daniel Kahn Gillmor <dkg@fifthhorseman.net> 2From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
3Date: Mon, 1 Feb 2016 19:25:12 -0500 3Date: Mon, 1 Feb 2016 19:25:12 -0500
4Subject: [PATCH 2/5] passphrase_cb is deprecated 4Subject: [PATCH] passphrase_cb is deprecated
5 5
6https://bugs.gnupg.org/gnupg/issue767 indicates that 6https://bugs.gnupg.org/gnupg/issue767 indicates that
7gpgme_set_passphrase_cb is a deprecated corner of the API and that 7gpgme_set_passphrase_cb is a deprecated corner of the API and that
@@ -19,6 +19,7 @@ test suite to be able to make those tests.
19Upstream-Status: Backport 19Upstream-Status: Backport
20 20
21Signed-off-by: Catalin Enache <catalin.enache@windriver.com> 21Signed-off-by: Catalin Enache <catalin.enache@windriver.com>
22
22--- 23---
23 tests/util.py | 8 +++++++- 24 tests/util.py | 8 +++++++-
24 1 file changed, 7 insertions(+), 1 deletion(-) 25 1 file changed, 7 insertions(+), 1 deletion(-)
@@ -48,3 +49,4 @@ index cd803c2..86892ca 100644
48+ 49+
49 # import requested keys into the keyring 50 # import requested keys into the keyring
50 ctx = gpgme.Context() 51 ctx = gpgme.Context()
52 for key in self.import_keys: