From c71ffa4399fa3a687813b6007f5f8c41e12c0dd2 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 2 Oct 2022 18:09:27 -0700 Subject: [PATCH] Snapcraft: Try installing wheel --- snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 91b25a3d..9af73891 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -128,6 +128,7 @@ parts: python3 -m pip install poetry poetry install poetry run pip install setuptools --upgrade + poetry run pip install wheel --upgrade poetry build python3 -m pip install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL after: [tor, obfs4, snowflake-client, meek-client]