mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-10 10:09:42 +00:00
python[3]-editor: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
6f3ef2e63e
commit
947c8e0cc5
9
meta-python/recipes-devtools/python/python-editor.inc
Normal file
9
meta-python/recipes-devtools/python/python-editor.inc
Normal file
@@ -0,0 +1,9 @@
|
||||
DESCRIPTION = "Programmatically open and editor, capture the result"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
|
||||
|
||||
SRC_URI[md5sum] = "0aca5f2ef176ce68e98a5b7e31372835"
|
||||
SRC_URI[sha256sum] = "a3c066acee22a1c94f63938341d4fb374e3fdd69366ed6603d7b24bed1efc565"
|
||||
|
||||
PYPI_PACKAGE = "python-editor"
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
inherit pypi setuptools
|
||||
require python-editor.inc
|
||||
@@ -0,0 +1,2 @@
|
||||
inherit pypi setuptools3
|
||||
require python-editor.inc
|
||||
Reference in New Issue
Block a user