summary refs log tree commit diff
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
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>
-rw-r--r--changelog.d/7213.misc1
-rw-r--r--snap/snapcraft.yaml4
2 files changed, 5 insertions, 0 deletions
diff --git a/changelog.d/7213.misc b/changelog.d/7213.misc
new file mode 100644

index 0000000000..03cbfb5f62 --- /dev/null +++ b/changelog.d/7213.misc
@@ -0,0 +1 @@ +Add explicit Python build tooling as dependencies for the snapcraft build. 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