install_server: install all deps via requirements.txt, patch after

Reverts the split-install approach. volkswagencarnet stays in
server/requirements.txt; the patch is applied in a single step
after pip install completes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-29 09:47:12 +02:00
co-authored by Claude Sonnet 4.6
parent 4e2a22d35e
commit df944cdefb
-1
View File
@@ -66,7 +66,6 @@ if patch -d "$SITE_PKG" -p1 -N --dry-run --silent < "$PATCH_FILE" 2>/dev/null; t
else else
echo " Patch already applied (skipping)" echo " Patch already applied (skipping)"
fi fi
echo " Python : $PYTHON" echo " Python : $PYTHON"
echo "" echo ""