From 7dcbf4060273a9e917d267cf3cc6477beb850d89 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Mon, 29 Nov 2021 19:12:49 +0100 Subject: [PATCH] Added pyspellchecker to snap package Signed-off-by: TheJackiMonster --- snap/snapcraft.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index fef170d..100ad22 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -71,8 +71,20 @@ parts: - libxcursor1 - libgtk2.0-0 + pip-fix: + plugin: nil + stage-packages: + - python3-distutils + - python3-setuptools + + pyspellchecker: + after: [pip-fix] + plugin: python + python-version: python3 + source: https://github.com/barrust/pyspellchecker.git + manuskript: - after: [desktop-qt5] + after: [desktop-qt5,pyspellchecker] plugin: dump source: https://github.com/olivierkes/manuskript.git source-type: git