mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-22 16:29:12 -04:00
Try setting PYTHONPATH to the correct path for this snap
This commit is contained in:
parent
55a9a46c5d
commit
ce4949d931
@ -47,7 +47,7 @@ parts:
|
||||
plugin: python
|
||||
build-environment:
|
||||
- PATH: /usr/bin:$PATH
|
||||
- PYTHONPATH: ""
|
||||
- PYTHONPATH: "$SNAP/lib/python3.8/site-packages"
|
||||
python-packages:
|
||||
- qrcode
|
||||
- pyside2 == 5.15.2.1
|
||||
@ -121,7 +121,7 @@ parts:
|
||||
plugin: python
|
||||
build-environment:
|
||||
- PATH: /usr/bin:$PATH
|
||||
- PYTHONPATH: ""
|
||||
- PYTHONPATH: "$SNAP/lib/python3.8/site-packages"
|
||||
build-packages:
|
||||
- build-essential
|
||||
- libssl-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user