aboutsummaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-10-02 17:09:04 -0700
committerMicah Lee <micah@micahflee.com>2022-10-02 17:09:04 -0700
commit125d03891fb62f71eaa8ba50ad0fb34c1b449992 (patch)
tree8043ec090545c24f63f5c6a1e14a4444d002f6b7 /snap
parentdfb54960dec46319669cb64e92c38d2da9ac95fc (diff)
downloadonionshare-125d03891fb62f71eaa8ba50ad0fb34c1b449992.tar.gz
onionshare-125d03891fb62f71eaa8ba50ad0fb34c1b449992.zip
Change how poetry is installed in snapcraft, and update release docs
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 2f1960eb..55b5334c 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -117,8 +117,6 @@ parts:
onionshare-cli:
source: ./cli
plugin: python
- python-packages:
- - poetry
stage-packages:
- build-essential
- libssl-dev
@@ -127,6 +125,7 @@ parts:
- python3-pip
- cargo
override-build: |
+ python3 -m pip install poetry
poetry install
poetry build
python3 -m pip install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL