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

Commit

Permalink
Add optional python dependencies to snap packaging (#6317)
Browse files Browse the repository at this point in the history
Signed-off-by: James Hebden <james@ec0.io>
  • Loading branch information
James authored and anoadragon453 committed Nov 14, 2019
1 parent 745a486 commit 53b6559
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/6317.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add optional python dependencies and dependant binary libraries to snapcraft packaging.
20 changes: 20 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,23 @@ parts:
source: .
plugin: python
python-version: python3
python-packages:
- '.[all]'
build-packages:
- libffi-dev
- libturbojpeg0-dev
- libssl-dev
- libxslt1-dev
- libpq-dev
- zlib1g-dev
stage-packages:
- libasn1-8-heimdal
- libgssapi3-heimdal
- libhcrypto4-heimdal
- libheimbase1-heimdal
- libheimntlm0-heimdal
- libhx509-5-heimdal
- libkrb5-26-heimdal
- libldap-2.4-2
- libpq5
- libsasl2-2

0 comments on commit 53b6559

Please sign in to comment.