Skip to content
Snippets Groups Projects
Unverified Commit 701788a2 authored by James's avatar James Committed by GitHub
Browse files

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


Signed-off-by: default avatarJames Hebden <james@ec0.io>
parent 67ff7b8b
No related branches found
No related tags found
No related merge requests found
Add explicit Python build tooling as dependencies for the snapcraft build.
......@@ -33,6 +33,10 @@ parts:
python-version: python3
python-packages:
- '.[all]'
- pip
- setuptools
- setuptools-scm
- wheel
build-packages:
- libffi-dev
- libturbojpeg0-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment