Try not using environment variable in PYTHONPATH

This commit is contained in:
Micah Lee 2022-10-06 19:05:32 -07:00
parent ce4949d931
commit 88fc69df73
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -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