From 499eee4d069c34bb986324771ff95d391550ac31 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 8 Oct 2020 16:55:12 +0200 Subject: [PATCH] Include current websockify in noVNC snap The one from the system is too old to support current versions of noVNC, so we need to bundle our own. --- snap/snapcraft.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d1bb9dc8..94886d47 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -16,10 +16,13 @@ parts: source: build/ plugin: dump stage-packages: - - websockify - bash - jq - - python-numpy + + websockify: + source: https://github.com/novnc/websockify/archive/v0.9.0.tar.gz + plugin: python + stage-packages: - python3-numpy hooks: