mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-22 16:29:12 -04:00
Try installing PySide2 from apt instead of pip
This commit is contained in:
parent
3780865fed
commit
0bcb8425ee
@ -130,8 +130,11 @@ parts:
|
||||
- libxslt1.1
|
||||
- libxtst6
|
||||
- qtwayland5
|
||||
- python3-pyside2.qtcore
|
||||
- python3-pyside2.qtgui
|
||||
- python3-pyside2.qtwidgets
|
||||
override-build: |
|
||||
python3 -m pip install qrcode 'pyside2==5.15.2.1' --prefix $SNAPCRAFT_PART_INSTALL
|
||||
python3 -m pip install qrcode --prefix $SNAPCRAFT_PART_INSTALL
|
||||
python3 setup.py install --prefix $SNAPCRAFT_PART_INSTALL
|
||||
after: [onionshare-cli]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user