mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-visitor: move core of recipe to a .inc file
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
73445a39cb
commit
2a61ca5253
6
meta-python/recipes-devtools/python/python-visitor.inc
Normal file
6
meta-python/recipes-devtools/python/python-visitor.inc
Normal file
@@ -0,0 +1,6 @@
|
||||
SUMMARY = "A tiny pythonic visitor implementation."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
|
||||
|
||||
SRC_URI[md5sum] = "94a024ed0ec1b02b4497c15267d319ca"
|
||||
SRC_URI[sha256sum] = "2c737903b2b6864ebc6167eef7cf3b997126f1aa94bdf590f90f1436d23e480a"
|
||||
@@ -1,8 +1,2 @@
|
||||
SUMMARY = "A tiny pythonic visitor implementation."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
|
||||
|
||||
SRC_URI[md5sum] = "94a024ed0ec1b02b4497c15267d319ca"
|
||||
SRC_URI[sha256sum] = "2c737903b2b6864ebc6167eef7cf3b997126f1aa94bdf590f90f1436d23e480a"
|
||||
|
||||
inherit pypi setuptools
|
||||
require python-visitor.inc
|
||||
|
||||
Reference in New Issue
Block a user