mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
python-parse-type: add initial recipe for version 0.3.4
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
989df2f0fb
commit
9eb0f00d0c
|
|
@ -0,0 +1,11 @@
|
|||
SUMMARY = "Simplifies building parse types based on the parse module"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=be38402eb4b6c224e4914fd82e0e1436"
|
||||
PYPI_PACKAGE = "parse_type"
|
||||
|
||||
SRC_URI[md5sum] = "00ba70bc5ca67624207b0dfced01dc8a"
|
||||
SRC_URI[sha256sum] = "3dd0b323bafcb8c25e000ce5589042a1c99cba9c3bec77b9f591e46bc9606147"
|
||||
|
||||
RDEPENDS_${PN} += "python-parse"
|
||||
|
||||
inherit pypi setuptools
|
||||
Loading…
Reference in New Issue
Block a user