mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-22 16:29:12 -04:00
Try not using environment variable in PYTHONPATH
This commit is contained in:
parent
ce4949d931
commit
88fc69df73
@ -47,7 +47,7 @@ parts:
|
||||
plugin: python
|
||||
build-environment:
|
||||
- PATH: /usr/bin:$PATH
|
||||
- PYTHONPATH: "$SNAP/lib/python3.8/site-packages"
|
||||
- PYTHONPATH: "/snap/onionshare/current/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: "$SNAP/lib/python3.8/site-packages"
|
||||
- PYTHONPATH: "/snap/onionshare/current/lib/python3.8/site-packages"
|
||||
build-packages:
|
||||
- build-essential
|
||||
- libssl-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user