[AppImageBuilder.yml] fix: excluding required dependencies for Debian

This commit is contained in:
Vinicius Moreira
2022-02-11 16:18:33 -03:00
parent edd2b8c927
commit 7e5159fe1d

View File

@@ -50,11 +50,6 @@ AppDir:
- python3-pip
- python3-setuptools
- python3-distutils
- libc-bin
- libc-dev-bin
- libc6
- libc6-dbg
- libc6-dev
after_bundle:
- pip3 install pyqt5 --prefix=/usr --root=AppDir || exit 1