testing: Install vici Python module manually

easy_install is not included in Debian's python-setuptools package
anymore, so we install it manually using setup.py.
This commit is contained in:
Tobias Brunner 2020-08-24 16:17:04 +02:00
parent d9785b36a3
commit dcd8327933
1 changed files with 3 additions and 2 deletions

View File

@ -106,7 +106,7 @@ CONFIG_OPTS = \
--enable-systemd \
--enable-counters \
--enable-save-keys \
--enable-python-eggs-install
--enable-python-eggs
export ADA_PROJECT_PATH=/usr/local/ada/lib/gnat
@ -126,6 +126,7 @@ build: configure
cd $(BUILDDIR) && make -j $(NUM_CPUS)
install: build
cd $(BUILDDIR) && make -j install
cd $(BUILDDIR) && make -j install && \
cd $(DIR)/src/libcharon/plugins/vici/python && python setup.py install
# for Python-based updown scripts
pip install python-daemon