easy_install is not included in Debian's python-setuptools package
anymore, so we install it manually using setup.py.
--enable-systemd \
--enable-counters \
--enable-save-keys \
- --enable-python-eggs-install
+ --enable-python-eggs
export ADA_PROJECT_PATH=/usr/local/ada/lib/gnat
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