fix(debian): remove pybuild, use manual install in rules
Some checks failed
Build and Release .deb / build-deb (push) Failing after 21s

- Remove dh-python and pybuild from debian/rules
- Remove python3-all from build deps
- Manual install of scripts and full_updater module
- Update Depends to use python3 directly
This commit is contained in:
enzo 2026-05-13 00:43:44 +02:00
parent 25b1309dc1
commit 9b449b39ce
3 changed files with 14 additions and 6 deletions

View file

@ -43,7 +43,7 @@ jobs:
working-directory: /workspace/repo
run: |
apt-get update
apt-get install -y build-essential debhelper dh-python python3-all python3-venv devscripts fakeroot
apt-get install -y build-essential debhelper devscripts fakeroot
- name: Build .deb package
working-directory: /workspace/repo