From ceca26c88e1e940868ff36cf7305032b38d96577 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 25 Mar 2019 14:28:21 +0100 Subject: [PATCH] testing: Enable Python eggs in testing environment (i.e. vici's Python bindings) --- testing/scripts/recipes/013_strongswan.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/scripts/recipes/013_strongswan.mk b/testing/scripts/recipes/013_strongswan.mk index 13a1b23c8f..a6a29c1e91 100644 --- a/testing/scripts/recipes/013_strongswan.mk +++ b/testing/scripts/recipes/013_strongswan.mk @@ -105,7 +105,8 @@ CONFIG_OPTS = \ --enable-newhope \ --enable-systemd \ --enable-counters \ - --enable-save-keys + --enable-save-keys \ + --enable-python-eggs-install export ADA_PROJECT_PATH=/usr/local/ada/lib/gnat -- 2.47.3