summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python3-novnc/python-distutils.patch (renamed from meta-openstack/recipes-devtools/python/python-novnc/python-distutils.patch)4
-rw-r--r--meta-openstack/recipes-devtools/python/python3-novnc_git.bb (renamed from meta-openstack/recipes-devtools/python/python-novnc_git.bb)8
2 files changed, 5 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novnc/python-distutils.patch b/meta-openstack/recipes-devtools/python/python3-novnc/python-distutils.patch
index ef3393f..85befc9 100644
--- a/meta-openstack/recipes-devtools/python/python-novnc/python-distutils.patch
+++ b/meta-openstack/recipes-devtools/python/python3-novnc/python-distutils.patch
@@ -1,13 +1,13 @@
1Index: git/setup.py 1Index: git/setup.py
2=================================================================== 2===================================================================
3--- /dev/null 3--- /dev/null
4+++ git/setup.py 4+++ b/setup.py
5@@ -0,0 +1,14 @@ 5@@ -0,0 +1,14 @@
6+#!/usr/bin/env python 6+#!/usr/bin/env python
7+ 7+
8+from distutils.core import setup 8+from distutils.core import setup
9+ 9+
10+setup(name='python-novnc', 10+setup(name='python3-novnc',
11+ version='2012.1~e3', 11+ version='2012.1~e3',
12+ description='NoVNC python libraries', 12+ description='NoVNC python libraries',
13+ author='Ghe Rivero', 13+ author='Ghe Rivero',
diff --git a/meta-openstack/recipes-devtools/python/python-novnc_git.bb b/meta-openstack/recipes-devtools/python/python3-novnc_git.bb
index da5f048..b41b587 100644
--- a/meta-openstack/recipes-devtools/python/python-novnc_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-novnc_git.bb
@@ -2,13 +2,11 @@ DESCRIPTION = "This package contains the core python parts of NoVNC"
2HOMEPAGE = "https://github.com/kanaka/noVNC" 2HOMEPAGE = "https://github.com/kanaka/noVNC"
3SECTION = "devel/python" 3SECTION = "devel/python"
4 4
5PR = "r0"
6
7LICENSE = "MIT" 5LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6458695fb66dcd893becb5f9f912715e" 6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=99aebbcc36b17df855fad64d4b792bff"
9 7
10SRCREV = "3b8ec46fd26d644e6edbea4f46e630929297e448" 8SRCREV = "463c39e4af98ec4106b87bbea17e1605aa4c6180"
11PV = "0.5.1+git${SRCPV}" 9PV = "1.3.0"
12 10
13SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https \ 11SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https \
14 file://python-distutils.patch" 12 file://python-distutils.patch"