forked from MirrorHub/synapse
Added explicit Python build tools to snap requirements (#7213)
Signed-off-by: James Hebden <james@ec0.io>
This commit is contained in:
parent
67ff7b8ba0
commit
701788a227
2 changed files with 5 additions and 0 deletions
1
changelog.d/7213.misc
Normal file
1
changelog.d/7213.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add explicit Python build tooling as dependencies for the snapcraft build.
|
|
@ -33,6 +33,10 @@ parts:
|
||||||
python-version: python3
|
python-version: python3
|
||||||
python-packages:
|
python-packages:
|
||||||
- '.[all]'
|
- '.[all]'
|
||||||
|
- pip
|
||||||
|
- setuptools
|
||||||
|
- setuptools-scm
|
||||||
|
- wheel
|
||||||
build-packages:
|
build-packages:
|
||||||
- libffi-dev
|
- libffi-dev
|
||||||
- libturbojpeg0-dev
|
- libturbojpeg0-dev
|
||||||
|
|
Loading…
Reference in a new issue