summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-08-19 02:36:56 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-08-20 15:25:42 -0400
commit8f0f7f7b12e5e67c5c37806c400601b36f95e4d3 (patch)
treebd8b2a4115bc1702086829982a381c81cb6feb05 /meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb
parent8a220888ac35852c458ab4079125df3016e425d4 (diff)
downloadmeta-cloud-services-8f0f7f7b12e5e67c5c37806c400601b36f95e4d3.tar.gz
python3-python-editor: upgrade to 1.0.4
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/ Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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.bb16
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 @@
1DESCRIPTION = "Programmatically open an editor, capture the result"
2HOMEPAGE = "https://github.com/fmoo/python-editor"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
6
7inherit setuptools3 pypi
8
9SRC_URI[sha256sum] = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b"
10
11DEPENDS += " \
12 ${PYTHON_PN}-pip \
13 "
14
15RDEPENDS_${PN} += " \
16 "