Skip to content

Commit 240d45e

Browse files
Jamesphil-flex
authored andcommitted
Added explicit Python build tools to snap requirements (matrix-org#7213)
Signed-off-by: James Hebden <james@ec0.io>
1 parent d99998d commit 240d45e

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

changelog.d/7213.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add explicit Python build tooling as dependencies for the snapcraft build.

snap/snapcraft.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ parts:
3333
python-version: python3
3434
python-packages:
3535
- '.[all]'
36+
- pip
37+
- setuptools
38+
- setuptools-scm
39+
- wheel
3640
build-packages:
3741
- libffi-dev
3842
- libturbojpeg0-dev

0 commit comments

Comments
 (0)