From f3ca2c9ce9fd4a03e293065f10b92589a7e642d6 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Thu, 26 Jan 2017 10:44:02 +0100 Subject: [PATCH] python: Ensure quick-random is used if gpg is gpg2 * lang/python/tests/Makefile.am (gpg.conf): Configure agent-program accordingly. --- lang/python/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index f9366dd2..d7f2e58b 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -107,6 +107,8 @@ clean-local: ./gpg.conf: # This is required for t-sig-notations. echo no-force-v3-sigs > ./gpg.conf + echo ignore-invalid-option agent-program >> ./gpg.conf + echo "agent-program `which $(GPG_AGENT)`|--debug-quick-random" >> ./gpg.conf ./gpg-agent.conf: # This is required for gpg2, which does not support command fd.