Skip to content

Commit 6adbd3f

Browse files
committed
Fix deb build: try python3.11-venv instead of python3-distutils
1 parent c6be4ba commit 6adbd3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
- name: Install build dependencies
8585
run: |
8686
sudo apt-get update -qq
87-
sudo apt-get install -y dh-python python3-all debhelper build-essential fakeroot python3-distutils
88-
pip install 'setuptools>=40,<58'
87+
sudo apt-get install -y dh-python python3-all debhelper build-essential fakeroot python3.11-venv
88+
pip install 'setuptools<70'
8989
9090
- name: Build deb
9191
run: python3 setup.py --command-packages=stdeb.command bdist_deb

0 commit comments

Comments
 (0)