diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-novnc_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-novnc_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novnc_git.bb b/meta-openstack/recipes-devtools/python/python-novnc_git.bb index 50041ac..da5f048 100644 --- a/meta-openstack/recipes-devtools/python/python-novnc_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novnc_git.bb | |||
| @@ -15,6 +15,6 @@ SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https \ | |||
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
| 18 | inherit distutils3 | 18 | inherit setuptools3 |
| 19 | 19 | ||
| 20 | DEPENDS += " python-websockify" | 20 | DEPENDS += " python3-websockify" |
