Browse Source

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

Signed-off-by: James Hebden <james@ec0.io>
tags/v1.13.0rc1
James 4 years ago
committed by GitHub
parent
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. +1
    -0
      changelog.d/7213.misc
  2. +4
    -0
      snap/snapcraft.yaml

+ 1
- 0
changelog.d/7213.misc View File

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

+ 4
- 0
snap/snapcraft.yaml View File

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


Loading…
Cancel
Save