summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-python-editor_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb (renamed from meta-openstack/recipes-devtools/python/python-python-editor.inc)8
-rw-r--r--meta-openstack/recipes-devtools/python/python3-python-editor_git.bb2
3 files changed, 2 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-python-editor_git.bb b/meta-openstack/recipes-devtools/python/python-python-editor_git.bb
deleted file mode 100644
index 7529398..0000000
--- a/meta-openstack/recipes-devtools/python/python-python-editor_git.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-python-editor.inc
2inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-python-editor.inc b/meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb
index 07692a3..fea7093 100644
--- a/meta-openstack/recipes-devtools/python/python-python-editor.inc
+++ b/meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb
@@ -4,13 +4,9 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
6 6
7PV = "0.4+git${SRCPV}" 7inherit setuptools3 pypi
8SRCREV = "d6fa2a6bb3106a1ba00fe40f9af62e4ddc539e1e"
9 8
10SRCNAME = "python-editor" 9SRC_URI[sha256sum] = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b"
11SRC_URI = "git://github.com/fmoo/${SRCNAME}.git"
12
13S = "${WORKDIR}/git"
14 10
15DEPENDS += " \ 11DEPENDS += " \
16 ${PYTHON_PN}-pip \ 12 ${PYTHON_PN}-pip \
diff --git a/meta-openstack/recipes-devtools/python/python3-python-editor_git.bb b/meta-openstack/recipes-devtools/python/python3-python-editor_git.bb
deleted file mode 100644
index 7529398..0000000
--- a/meta-openstack/recipes-devtools/python/python3-python-editor_git.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-python-editor.inc
2inherit setuptools3