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