Skip to content

Commit c6be4ba

Browse files
committed
Fix deb build: install python3-distutils for build-dep
1 parent ee55ff5 commit c6be4ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ 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
87+
sudo apt-get install -y dh-python python3-all debhelper build-essential fakeroot python3-distutils
8888
pip install 'setuptools>=40,<58'
8989
9090
- name: Build deb

0 commit comments

Comments
 (0)