mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
.github: Remove pywebview from DEB (too outdated), but add it to PyInstaller
This commit is contained in:
parent
d300972b46
commit
a7d5e37f82
10
.github/workflows/python.yml
vendored
10
.github/workflows/python.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
||||||
requests
|
requests
|
||||||
setuptools
|
setuptools
|
||||||
wheel
|
wheel
|
||||||
|
pywebview
|
||||||
|
|
||||||
- name: Strip
|
- name: Strip
|
||||||
id: strip
|
id: strip
|
||||||
|
@ -68,10 +69,11 @@ jobs:
|
||||||
python3-requests
|
python3-requests
|
||||||
python3-setuptools
|
python3-setuptools
|
||||||
python3-wheel
|
python3-wheel
|
||||||
python3-webview
|
# pywebview is too outdated on 20.04, re-enable this on 22.04
|
||||||
python3-gi
|
# python3-webview
|
||||||
python3-gi-cairo
|
# python3-gi
|
||||||
gir1.2-gtk-3.0
|
# python3-gi-cairo
|
||||||
|
# gir1.2-gtk-3.0
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: python3 setup.py --command-packages=stdeb.command bdist_deb
|
run: python3 setup.py --command-packages=stdeb.command bdist_deb
|
||||||
|
|
Loading…
Reference in a new issue