aboutsummaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-10-02 17:49:20 -0700
committerMicah Lee <micah@micahflee.com>2022-10-02 17:49:20 -0700
commit7fc834ec2953c6d325f30a12213132b54658a719 (patch)
treef8d4c8a9a7721b133d63e27b2de9b694a687fcce /snap
parent451b4fcd3d4b1c534e06526f64b792a4885feb3e (diff)
downloadonionshare-7fc834ec2953c6d325f30a12213132b54658a719.tar.gz
onionshare-7fc834ec2953c6d325f30a12213132b54658a719.zip
Snapcraft: Only install the latest setuptools inside the poetry virtualenv
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 03d96fc5..91b25a3d 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -126,7 +126,6 @@ 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