[Pkg-gnupg-commit] [gpgme] 38/103: python: Fix test environment creation.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Dec 14 18:53:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit 6b4dd3b929ac23271bfa96edb9dbb142eca0a30f
Author: Justus Winter <justus at g10code.com>
Date:   Wed May 10 16:19:52 2017 +0200

    python: Fix test environment creation.
    
    * lang/python/tests/Makefile.am (pubring-stamp): Do not depend on the
    configuration files, this can trigger superfluous rebuilds.
    
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 lang/python/tests/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am
index 790d8f8..d0dde1d 100644
--- a/lang/python/tests/Makefile.am
+++ b/lang/python/tests/Makefile.am
@@ -105,7 +105,6 @@ BUILT_SOURCES = gpg.conf gpg-agent.conf pubring-stamp \
 	echo x > ./private-keys-v1.d/gpg-sample.stamp
 
 ./pubring-stamp: $(test_srcdir)/pubdemo.asc           \
-                 ./gpg.conf ./gpg-agent.conf          \
                  ./private-keys-v1.d/gpg-sample.stamp
 	$(GPG) --batch --no-permission-warning \
                --import $(test_srcdir)/pubdemo.asc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list