diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 17:44:39 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 17:44:39 +0000 |
| commit | 9d632de8d0e109e342fe580cf4b2423a51c890c3 (patch) | |
| tree | bf3de8653b5ccfcc81cfe2b05c81fd376a9ddd85 /meta-openstack/recipes-devtools/python/python-novnc_git.bb | |
| parent | ba0ca845af46a5d9c05dbd8943744a4e78d268d5 (diff) | |
| download | meta-cloud-services-9d632de8d0e109e342fe580cf4b2423a51c890c3.tar.gz | |
python: prepare for python3 only configuration
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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 3f3b5af..4898bae 100644 --- a/meta-openstack/recipes-devtools/python/python-novnc_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novnc_git.bb | |||
| @@ -11,10 +11,10 @@ SRCREV = "3b8ec46fd26d644e6edbea4f46e630929297e448" | |||
| 11 | PV = "0.5.1+git${SRCPV}" | 11 | PV = "0.5.1+git${SRCPV}" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/kanaka/noVNC.git \ | 13 | SRC_URI = "git://github.com/kanaka/noVNC.git \ |
| 14 | file://python-distutils.patch" | 14 | file://python-distutils3.patch" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
| 18 | inherit distutils | 18 | inherit distutils3 |
| 19 | 19 | ||
| 20 | DEPENDS += " python-websockify" | 20 | DEPENDS += " python-websockify" |
