mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-22 16:29:12 -04:00
Install onionshare python deps with pip
This commit is contained in:
parent
fe2269dfb2
commit
3780865fed
@ -69,9 +69,6 @@ parts:
|
||||
build-environment:
|
||||
- PATH: /usr/bin:$PATH
|
||||
- PYTHONPATH: ""
|
||||
python-packages:
|
||||
- qrcode
|
||||
- pyside2 == 5.15.2.1
|
||||
stage-packages:
|
||||
- libasound2
|
||||
- libatk1.0-0
|
||||
@ -134,6 +131,7 @@ parts:
|
||||
- libxtst6
|
||||
- qtwayland5
|
||||
override-build: |
|
||||
python3 -m pip install qrcode 'pyside2==5.15.2.1' --prefix $SNAPCRAFT_PART_INSTALL
|
||||
python3 setup.py install --prefix $SNAPCRAFT_PART_INSTALL
|
||||
after: [onionshare-cli]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user