Makefile: don't force reintall of dependencies

This commit is contained in:
Markus 2021-10-22 23:14:00 +02:00 committed by Ralf Ramsauer
parent cf6de5d9a3
commit a29bb80021
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) .
pip install --upgrade --force-reinstall --no-dependencies --root=$(DESTDIR) .
cp -av share/* $(SHARE)