testing: Install python-daemon via Debian package

System-wide installation via pip isn't easily possible anymore on Debian
bookworm, so just use the Debian package for this (is available in old
releases as well).
This commit is contained in:
Tobias Brunner
2023-07-13 10:48:53 +02:00
parent 55273157b0
commit 9b8f26b407
2 changed files with 2 additions and 4 deletions
@@ -130,5 +130,3 @@ build: configure
install: build
cd $(BUILDDIR) && make -j install && \
cd $(DIR)/src/libcharon/plugins/vici/python && python3 setup.py install
# for Python-based updown scripts
pip3 install python-daemon