From 125d03891fb62f71eaa8ba50ad0fb34c1b449992 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 2 Oct 2022 17:09:04 -0700 Subject: Change how poetry is installed in snapcraft, and update release docs --- snap/snapcraft.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'snap') 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 -- cgit v1.2.3-54-g00ecf