diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-08-19 02:36:56 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-08-20 15:25:42 -0400 |
| commit | 8f0f7f7b12e5e67c5c37806c400601b36f95e4d3 (patch) | |
| tree | bd8b2a4115bc1702086829982a381c81cb6feb05 /meta-openstack/recipes-devtools/python/python-python-editor.inc | |
| parent | 8a220888ac35852c458ab4079125df3016e425d4 (diff) | |
| download | meta-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/python-python-editor.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-python-editor.inc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-python-editor.inc b/meta-openstack/recipes-devtools/python/python-python-editor.inc deleted file mode 100644 index 07692a3..0000000 --- a/meta-openstack/recipes-devtools/python/python-python-editor.inc +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 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 | 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 | DEPENDS += " \ | ||
| 16 | ${PYTHON_PN}-pip \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | " | ||
