From: Mark Asselstine <[email protected]> This package provides a python module that allows one to programmatically open an editor, capture the result.
This package is required by python-alembic. Signed-off-by: Mark Asselstine <[email protected]> --- .../python/python-python-editor_git.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-python-editor_git.bb diff --git a/meta-openstack/recipes-devtools/python/python-python-editor_git.bb b/meta-openstack/recipes-devtools/python/python-python-editor_git.bb new file mode 100644 index 0000000..db668d7 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-python-editor_git.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Programmatically open an editor, capture the result" +HOMEPAGE = "https://github.com/fmoo/python-editor" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" + +PV = "0.4+git${SRCPV}" +SRCREV = "d6fa2a6bb3106a1ba00fe40f9af62e4ddc539e1e" + +SRCNAME = "python-editor" +SRC_URI = "git://github.com/fmoo/${SRCNAME}.git" + +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + " -- 2.1.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
