From: Tobias Brunner Date: Wed, 27 Mar 2019 10:13:41 +0000 (+0100) Subject: testing: Install python-daemon with strongSwan for use in updown scripts X-Git-Tag: 5.8.0rc1~41^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14e999c8d5b53a7888560417336fe649bada5189;p=thirdparty%2Fstrongswan.git testing: Install python-daemon with strongSwan for use in updown scripts --- 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