From c7e04d931f291c9ae09df270d3c723d87b9f9ccd Mon Sep 17 00:00:00 2001 From: Arian Nasr Date: Mon, 25 May 2026 18:11:13 -0400 Subject: [PATCH] fix(debian): fix build dependencies for offline installation --- debian/control | 4 ++-- debian/rules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 1c96f4b..e1c1cac 100644 --- a/debian/control +++ b/debian/control @@ -8,5 +8,5 @@ Rules-Requires-Root: no Package: navidrome-uploader Architecture: all -Depends: ${misc:Depends}, adduser, python3, python3-venv -Description: Navidrome Web Upload Utility \ No newline at end of file +Depends: ${misc:Depends}, adduser, python3, python3-venv, python3-pip, python3-wheel +Description: Navidrome Web Upload Utility diff --git a/debian/rules b/debian/rules index 9755cd3..f444480 100644 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ override_dh_auto_build: dh_auto_build mkdir -p debian/wheels - pip wheel --no-cache-dir -r requirements.txt pip -w debian/wheels + python3 -m pip wheel --no-cache-dir -r requirements.txt pip -w debian/wheels override_dh_install: dh_install