From 6b4dd3b929ac23271bfa96edb9dbb142eca0a30f Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 10 May 2017 16:19:52 +0200 Subject: 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 --- lang/python/tests/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'lang/python') diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index 790d8f8f..d0dde1d3 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 -- cgit v1.2.3