From 6c1ff68e026956668e690d69f7cd6af746ce05b6 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 4 Jun 2020 16:06:45 -0700 Subject: [PATCH] Remove latexmk from dependenices as pdf is not being built in snap --- snap/snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4f267997..dfe62b08 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -12,12 +12,12 @@ parts: my-part: source: https://phab.lubuntu.me/source/manual.git source-type: git - build-packages: [python3-pip, python3-sphinx, latexmk, python3-sphinx-rtd-theme, python3-sphinx-bootstrap-theme] + build-packages: [python3-pip, python3-sphinx, python3-sphinx-rtd-theme, python3-sphinx-bootstrap-theme] plugin: make make-parameters: [html] artifacts: [build/html/] launcher: - source: snap/local + source: snap/local/snap/local plugin: dump apps: lubuntu-manual: