diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb b/meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb new file mode 100644 index 0000000..fea7093 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "Programmatically open an editor, capture the result" | ||
| 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 | inherit setuptools3 pypi | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b" | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | ${PYTHON_PN}-pip \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS_${PN} += " \ | ||
| 16 | " | ||
