summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-novnc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-novnc_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-novnc_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-novnc_git.bb b/meta-openstack/recipes-devtools/python/python3-novnc_git.bb
new file mode 100644
index 0000000..b41b587
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-novnc_git.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "This package contains the core python parts of NoVNC"
2HOMEPAGE = "https://github.com/kanaka/noVNC"
3SECTION = "devel/python"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=99aebbcc36b17df855fad64d4b792bff"
7
8SRCREV = "463c39e4af98ec4106b87bbea17e1605aa4c6180"
9PV = "1.3.0"
10
11SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https \
12 file://python-distutils.patch"
13
14S = "${WORKDIR}/git"
15
16inherit setuptools3
17
18DEPENDS += " python3-websockify"