Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Added explicit Python build tools to snap requirements
Browse files Browse the repository at this point in the history
Signed-off-by: James Hebden <james@ec0.io>
  • Loading branch information
James Hebden committed Apr 3, 2020
1 parent 61bb834 commit 8fe4c41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/7213.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add explicit Python build tooling as dependencies for the snapcraft build.
4 changes: 4 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ parts:
python-version: python3
python-packages:
- '.[all]'
- pip
- setuptools
- setuptools-scm
- wheel
build-packages:
- libffi-dev
- libturbojpeg0-dev
Expand Down

0 comments on commit 8fe4c41

Please sign in to comment.