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@g10code.com>
This commit is contained in:
parent
a226eca846
commit
6b4dd3b929
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user