Makefile: use setup.py instead of pip

Abandons the strange 'dependency_links.txt'-bug.

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Markus 2021-10-22 23:14:00 +02:00 committed by Ralf Ramsauer
parent b086696879
commit 18264b0449
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ install:
install -m 0644 etc/doorlockd.cfg $(ETC)
install -m 0644 systemd/doorlockd.service systemd/doorstate.service $(SYSTEMD_UNITS)
pip install --upgrade --force-reinstall --root=$(DESTDIR) .
python setup.py install --root="$(DESTDIR)" --optimize=1
cp -av share/* $(SHARE)