mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-20 23:46:35 -04:00
Workaround weird python3 install permission / non-existent file. I don't understand snap
This commit is contained in:
parent
d55780648d
commit
9919f32fd0
@ -129,7 +129,7 @@ parts:
|
||||
override-pull: |
|
||||
craftctl default
|
||||
override-build: |
|
||||
chmod 755 /root/parts/onionshare/install/bin/python3
|
||||
test -e $CRAFT_PART_INSTALL/bin/python3 && chmod 755 $CRAFT_PART_INSTALL/bin/python3 || true
|
||||
python3 -m venv $CRAFT_PART_INSTALL
|
||||
. $CRAFT_PART_INSTALL/bin/activate
|
||||
pip install poetry==2.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user