From 703ba01032d510654c16ab444c9c6d81b86cea59 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 2 Oct 2022 17:30:13 -0700 Subject: [PATCH] Ensure the latest setuptools is installed in snapcraft --- snap/snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 55b5334c..03d96fc5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -126,7 +126,9 @@ parts: - cargo override-build: | python3 -m pip install poetry + python3 -m pip install setuptools --upgrade poetry install + poetry run pip install setuptools --upgrade poetry build python3 -m pip install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL after: [tor, obfs4, snowflake-client, meek-client]