]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Include current websockify in noVNC snap
authorPierre Ossman <ossman@cendio.se>
Thu, 8 Oct 2020 14:55:12 +0000 (16:55 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 8 Oct 2020 14:55:12 +0000 (16:55 +0200)
The one from the system is too old to support current versions of noVNC,
so we need to bundle our own.

snap/snapcraft.yaml

index d1bb9dc8a6c47823e9135c45dc23b15467d0cb7c..94886d47ebd6c2b05074750ebf2ebb8a7d81f146 100644 (file)
@@ -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: