Skip to content

Commit

Permalink
[build][snap] Fix build of snap
Browse files Browse the repository at this point in the history
Originally, it was working by coincidence

Reference: canonical/rockcraft#225 (comment)

Signed-off-by: Arif Ali <[email protected]>
  • Loading branch information
arif-ali authored and TurboTurtle committed Jun 21, 2023
1 parent cc8d97c commit bf145bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@ parts:
override-pull: |
craftctl default
craftctl set version="$(git describe --tags --always)"
build-attributes:
- enable-patchelf
build-packages:
- git
- python3
- snapcraft
- gettext
stage-packages:
- python3-venv
- python3.10-minimal
- libpython3.10-minimal
- libpython3.10-stdlib
python-packages:
- pip
- setuptools
Expand Down

0 comments on commit bf145bd

Please sign in to comment.