From a7d5e37f8221521b206d94d6e6775c4caab7a812 Mon Sep 17 00:00:00 2001 From: derrod Date: Thu, 7 Oct 2021 10:36:08 +0200 Subject: [PATCH] .github: Remove pywebview from DEB (too outdated), but add it to PyInstaller --- .github/workflows/python.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index fac2307..855d5f5 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -29,6 +29,7 @@ jobs: requests setuptools wheel + pywebview - name: Strip id: strip @@ -68,10 +69,11 @@ jobs: python3-requests python3-setuptools python3-wheel - python3-webview - python3-gi - python3-gi-cairo - gir1.2-gtk-3.0 + # pywebview is too outdated on 20.04, re-enable this on 22.04 + # python3-webview + # python3-gi + # python3-gi-cairo + # gir1.2-gtk-3.0 - name: Build run: python3 setup.py --command-packages=stdeb.command bdist_deb