aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-novnc_git.bb
blob: 3f36ef57d89aa388f3b68cd5ff1c6f18adf51d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "This package contains the core python parts of NoVNC"
HOMEPAGE = "https://github.com/kanaka/noVNC"
SECTION = "devel/python"

PR = "r0"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6458695fb66dcd893becb5f9f912715e"

SRCREV = "3b8ec46fd26d644e6edbea4f46e630929297e448"
PV = "0.5.1+git${SRCPV}"

SRC_URI = "git://github.com/kanaka/noVNC.git \
           file://python-distutils.patch"

S = "${WORKDIR}/git"

inherit distutils3

DEPENDS += " python-websockify"