From eb1e3074f63904f18bc77392d207549c12d4e910 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 16 Jun 2020 16:46:10 -0700 Subject: [PATCH] add all necessary python packages to stage-packages --- snap/snapcraft.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0773a59c2..5a51ce0f1 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -67,7 +67,18 @@ parts: - -lib/python3.8/site-packages/augeas.py # maybe unnecessary stage-packages: - libaugeas0 - - python3 + # added to stage python: + - libpython3-stdlib + - libpython3.8-stdlib + - libpython3.8-minimal + - python3-pip + - python3-setuptools + - python3-wheel + - python3-venv + - python3-minimal + - python3-distutils + - python3-pkg-resources + - python3.8-minimal # To build cryptography and cffi if needed build-packages: [libffi-dev, libssl-dev, git] override-pull: |