diff options
Diffstat (limited to 'snap')
-rw-r--r-- | snap/snapcraft.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a50d7c03..94f427c2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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 |