From 11b52f7703c9f20baf1753cf70982cb7cdaea187 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 26 Aug 2025 14:34:02 -0400 Subject: [PATCH] Autocaliweb: add python3-dev and install via pyproject.toml --- install/autocaliweb-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/autocaliweb-install.sh b/install/autocaliweb-install.sh index faf315c1..2a698b53 100644 --- a/install/autocaliweb-install.sh +++ b/install/autocaliweb-install.sh @@ -15,7 +15,7 @@ update_os msg_info "Installing dependencies" $STD apt-get install -y --no-install-recommends \ - git \ + python3-dev \ sqlite3 \ build-essential \ libldap2-dev \ @@ -78,7 +78,7 @@ mkdir -p {"$CALIBRE_LIB_DIR","$INGEST_DIR"} cd "$INSTALL_DIR" $STD uv venv "$VIRTUAL_ENV" -$STD uv sync --all-extras --active +$STD uv pip install -r pyproject.toml --all-extras cat <./dirs.json { "ingest_folder": "$INGEST_DIR",