diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-python-editor_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-python-editor_git.bb | 22 |
1 files changed, 1 insertions, 21 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 index db668d7..322aca4 100644 --- a/meta-openstack/recipes-devtools/python/python-python-editor_git.bb +++ b/meta-openstack/recipes-devtools/python/python-python-editor_git.bb | |||
| @@ -1,22 +1,2 @@ | |||
| 1 | DESCRIPTION = "Programmatically open an editor, capture the result" | 1 | require python-python-editor.inc |
| 2 | HOMEPAGE = "https://github.com/fmoo/python-editor" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | ||
| 6 | |||
| 7 | PV = "0.4+git${SRCPV}" | ||
| 8 | SRCREV = "d6fa2a6bb3106a1ba00fe40f9af62e4ddc539e1e" | ||
| 9 | |||
| 10 | SRCNAME = "python-editor" | ||
| 11 | SRC_URI = "git://github.com/fmoo/${SRCNAME}.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools | 2 | inherit setuptools |
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pip \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
