Added explicit Python build tools to snap requirements (#7213)

Signed-off-by: James Hebden <james@ec0.io>
pull/7303/head
James 2020-04-18 02:28:00 +10:00 committed by GitHub
parent 67ff7b8ba0
commit 701788a227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

1
changelog.d/7213.misc Normal file
View File

@ -0,0 +1 @@
Add explicit Python build tooling as dependencies for the snapcraft build.

View File

@ -33,6 +33,10 @@ parts:
python-version: python3
python-packages:
- '.[all]'
- pip
- setuptools
- setuptools-scm
- wheel
build-packages:
- libffi-dev
- libturbojpeg0-dev