Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Programmatically open and editor, capture the result" |
| 2 | LICENSE = "Apache-2.0" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" |
| 4 | |
| 5 | SRC_URI[md5sum] = "0e52648a4a6e7c89e3be44e9456530b4" |
| 6 | SRC_URI[sha256sum] = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b" |
| 7 | |
| 8 | PYPI_PACKAGE = "python-editor" |
| 9 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 10 | inherit pypi setuptools3 |
William A. Kennington III | 49e9566 | 2021-09-15 16:19:36 -0700 | [diff] [blame] | 11 | |
| 12 | BBCLASSEXTEND = "native nativesdk" |
Patrick Williams | b542dec | 2023-06-09 01:26:37 -0500 | [diff] [blame] | 13 | |
| 14 | RDEPENDS:${PN} += " \ |
| 15 | python3-io \ |
| 16 | python3-setuptools \ |
| 17 | " |