summary refs log tree commit diff
path: root/snap
diff options
context:
space:
mode:
authorJames <james@ec0.io>2020-04-18 02:28:00 +1000
committerGitHub <noreply@github.com>2020-04-17 17:28:00 +0100
commit701788a227a2ebf7f6f94558d654e7fdbdbc72f7 (patch)
tree765c6a6c6e66085de1619efd33b96b8ea966038a /snap
parentImprove type checking in `replication.tcp.Stream` (#7291) (diff)
downloadsynapse-701788a227a2ebf7f6f94558d654e7fdbdbc72f7.tar.xz
Added explicit Python build tools to snap requirements (#7213)
Signed-off-by: James Hebden <james@ec0.io>
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 6b62b79114..9a01152c15 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -33,6 +33,10 @@ parts:
     python-version: python3
     python-packages:
       - '.[all]'
+      - pip
+      - setuptools
+      - setuptools-scm
+      - wheel
     build-packages:
       - libffi-dev
       - libturbojpeg0-dev