From 14e999c8d5b53a7888560417336fe649bada5189 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 27 Mar 2019 11:13:41 +0100 Subject: [PATCH] testing: Install python-daemon with strongSwan for use in updown scripts --- testing/scripts/recipes/013_strongswan.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/scripts/recipes/013_strongswan.mk b/testing/scripts/recipes/013_strongswan.mk index a6a29c1e91..e84d42094f 100644 --- a/testing/scripts/recipes/013_strongswan.mk +++ b/testing/scripts/recipes/013_strongswan.mk @@ -127,3 +127,5 @@ build: configure install: build cd $(BUILDDIR) && make -j install + # for Python-based updown scripts + pip install python-daemon