commit 38c6750fa9a3b615d85db64cb40085d24f3952a0
parent 17d1a243bd6da8321d747b7bc44805ebf392bd08
Author: ms <ms@taler.net>
Date: Tue, 27 Jul 2021 12:01:24 +0200
integration tests deps
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/bin/taler-deployment b/bin/taler-deployment
@@ -355,6 +355,12 @@ def get_repos(envname):
build_libeufin,
),
Repo(
+ "libmicrohttpd",
+ "git://git.gnunet.org/libmicrohttpd.git",
+ [],
+ build_libmicrohttpd,
+ ),
+ Repo(
"gnunet",
"git://git.gnunet.org/gnunet.git",
["libmicrohttpd"],